SYSIN control statements
Use the control statements listed in the following table to produce batch reports.
Control Statement | Use this control statement to |
---|---|
DATASOURCE | Select the source of data (data set or Data Collector). |
REPORT_DD | Designate a ddname to which report output is directed. |
REPORT | Produce batch reports. |
INTERVAL | Specify a time interval for the data to be included in reports. |
QUALIFIER | Use qualifier values to restrict the data that is selected for reports. |
SORT | Override the default ordering of reports. |
SORT2 | Override the secondary ordering of reports. |
EXPAND | Print reports in their expanded format. |
LINESPP | Specify the number of lines to print on each report page. |
OUTLIM | Specify the number of report groups to include in reports. |
DB2LOAD | Generate data in a format that can be used as input to the Db2 Load utility. |
APPPROF | Specify the application profile for group reporting. |
This section contains the following topics:
Related topic