Previous Topic

Next Topic

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

Display a list of reports

Windows/OpenVMS

report/directory report_name [/qualifiers]

UNIX/Linux

lsrep report_name [-qualifiers]

Qualifier Summary

/columns or -columns

/noheading or -noheading

/notrailing or -notrailing

/output or -output=file_spec

/template or -template=prefix_string

Examples

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

Qualifiers

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

See Also

REPORT Commands

Copy a report definition (copy/report or cprep)

Delete a report (report/delete or rmrep)

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)

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