SCHEDULE
Automated Job Submission System
Guide and Reference Manual


Previous Contents Index

14.4 Sample reports

The following section contains report examples, from the provided report definitions, to illustrate how to use the commands to create meaningful reports.

To generate a report, enter the REPORT command at the prompt, and then respond to the prompts.

For example, to generate the SCH_USER_BRF_SUM_80 report, enter the command:


 
 
Schedule> report sch_user_brf_sum_80 -print=delete 
 
 

and then respond to the prompts for the output file and the selection variables:


 
 
 
Output: (just hit RETURN for default output file) 
Directory: /demo/a/ 
 
Job: * 
Comment: * 
From next start: not set 
To next start: now 
 

The first prompt is for the output file name, due to the out=**."Output" part of the REPORT statement of the provided report definition. The subsequent prompts are for the selection variables which are specified in the SELECT statements of the report definition.

The SCH_USER_BRF_SUM_80 report is then generated and printed out on the SYS$PRINT printer.


Previous Next Contents Index