Previous Topic

Next Topic

Type the contents of a report definition (type/report or morerep)

Type the contents of a report definition

Windows/OpenVMS

type/report report_name [/qualifiers]

UNIX/Linux

morerep report_name [/qualifiers]

Qualifier Summary

/[no]log or -[no]log

/[no]confirm or -[no]confirm

/noheading or -noheading

/notrailing or -notrailing

Examples

Windows/OpenVMS:

Schedule> type/report text.rdf

UNIX/Linux:

Schedule> morerep text.rdf

Qualifiers

/[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.

See Also

REPORT Commands

Copy a report definition (copy/report or cprep)

Delete a report (report/delete or rmrep)

Display a report directory listing (directory/report or lsrep)

Edit a Report definition (edit/report or edrep)

Extract a report definition (extract/report or extrep)

Insert a report definition (insert/report or insrep)

Generate a report (report)