SCHEDULE
Automated Job Submission System
Guide and Reference Manual


Previous Contents Index


report

GENERATE a report.

The REPORT command will cause a report definition to be executed and a report created. This is the default command, thus a REPORT command issued without a command qualifier will execute this function.


General format

report [-qualifiers] definition

option summary

Activity controls:

-library = file_name
-logical = prefix
-statistics

Default attributes:

-columns = columns_per_page
-lines = lines_per_page
-output = file_name

Examples

#1

 
 
 
 
 
Schedule> report schedule_user 
      

#2

 $ schedule report abc.rdf -output=newrep 
      

#3

Schedule> report schedule_user_by_comment_132 - 
  /logical=strcomment 
 
 
 
      


Qualifiers

-columns = columns_per_page

The COLUMNS qualifier specifies the total width of the report. This value is the default value used during report generation. If a value has been specified in the REPORT statement in the definition file then that value is used instead. If no value is provided then 80 is used.

-lines = lines_per_page

The LINES qualifier specifies the number of lines to print per page. This value is the default value used during report generation. If a value has been specified in the REPORT statement in the definition file then that value is used instead.

-output = file_name

The OUTPUT qualifier specifies the default output file name to use. If one is specified in REPORT statement of the definition file then that is used instead. If none has been specified REPORT.LIS is used.

-statistics

The STATISTICS qualifier causes CPU and I/O counts to be issued at each step of the generation process.


Previous Next Contents Index