Report control statements
All control statements are optional.
If specified, each statement must begin in column 1. The following table contains descriptions for each control statement.
Statement | Description |
---|---|
FROM DATE | Starting date of the data to be included in the report, in mm/dd/yyyy format If the statement is omitted, no data is rejected as too old. |
TO DATE | Ending date of the data to be included in the report, in mm/dd/yyyy format If the statement is omitted, no data is rejected as too new. |
FROM TIME | Starting time of the data to be included in the report, in hh:mm:ss format If the statement is omitted, no data is rejected as too early |
TO TIME | Ending time of the data to be included in the report, in hh:mm:ss format If the statement is omitted, no data is rejected as too late. |
SORTWK | Number of sort work areas to be used Valid values are 1 to 8. If a value greater than 1 is specified, a corresponding number of DD or DLBL statements must appear in the JCL. |
INPUT | Type of input data set to be used and can be specified as one of the following values:
|
TYPE | Type of report to be generated, which can be any one of the following values:
|
TABLE | Module name of the customized CMRRAPM table The default is CMRRAPM. |
Related topic