Display a list of reports
Windows/OpenVMS
report/directory report_name [/qualifiers]
UNIX/Linux
lsrep report_name [-qualifiers]
/columns or -columns
/noheading or -noheading
/notrailing or -notrailing
/output or -output=file_spec
/template or -template=prefix_string
Windows:
Schedule> directory/report \report\
Report Directory \report
sch_sys_all_gen_80 sch_sys_all_res_132
sch_sys_all_rsc_132 sch_sys_all_sub_132
sch_sys_all_ntf 132 sch_sys_all_res_80
sch_sys_all_rsc_80 sch_sys_all_sub_80
OpenVMS:
Schedule> directory/report [report]
Report Directory [report]
sch_sys_all_gen_80 sch_sys_all_res_132
sch_sys_all_rsc_132 sch_sys_all_sub_132
sch_sys_all_ntf 132 sch_sys_all_res_80
sch_sys_all_rsc_80 sch_sys_all_sub_80
UNIX/Linux:
Schedule> directory/report \report\
Report Directory \report
sch_sys_all_gen_80 sch_sys_all_res_132
sch_sys_all_rsc_132 sch_sys_all_sub_132
sch_sys_all_ntf 132 sch_sys_all_res_80
sch_sys_all_rsc_80 sch_sys_all_sub_80
/columns or -columns=number
The COLUMNS qualifier specifies how many columns to use when listing just the item name. The default is four columns.
/noheading or -noheading
The NOHEADING removes the heading information from the directory listing.
/notrailing or -notrailing
The NOTRAILING removes the trailing information from the directory listing.
/output or -ouput=file_spec
The OUTPUT qualifier will route the directory display into the specified file instead of the terminal.
/template or -template[=prefix_string]
The TEMPLATE formats the directory output as it is defined in the template file . This output can be used for a variety of reasons and can be output to a file using the OUTPUT . The supplied template file extracts all database information into a format suitable for insertion if desired.