Type the contents of a report definition
Windows/OpenVMS
type/report report_name [/qualifiers]
UNIX/Linux
morerep report_name [/qualifiers]
/[no]log or -[no]log
/[no]confirm or -[no]confirm
/noheading or -noheading
/notrailing or -notrailing
Windows/OpenVMS:
Schedule> type/report text.rdf
UNIX/Linux:
Schedule> morerep text.rdf
/[no]confirm or -[no]confirm
CONFIRM requests that the user be prompted prior to any operation to verify that the selected entry is the correct one.
/hostname or -node =hostname
The qualifier specifies what node (either local or remote) you want the operation performed on.
/[no]log or -[no]log
The LOG qualifier causes each completed operation to issue a note to the user.
/output or -output=output_file
The OUTPUT option sends all output to a text file. Output can be printed or displayed as needed.
/symbol or -symbol[=prefix_string]
The SYMBOL requests that all job information be output Every field in the control record DCL symbol. The symbol name is constructed by prefixing the field name with the provide string. If none is provided a default value of SC is used.
The format defines the way that are output. The default output specification is: "$ %s=\" %s\" "" which produces the following format style.
Alternate output styles may be created by changing the format field.