PAGES Parameter
PAGES Parameter
Note! PAGES parameter can be coded only at the job level.
The PAGES parameter is used to specify the maximum output pages to be printed on SYSOUT datasets. The page values are always multiples of 1000. For example - If the PAGES=20 means, the maximum limit is 20000 pages. It also specifies the action to be taken when the pages exceed the coded limit.
It is a keyword parameter and optional.
Syntax -
PAGES={nnnnnn}
{([nnnnnn][,CANCEL])}
{([nnnnnn][,DUMP])}
{([nnnnnn][,WARNING])}
nnnnnn | Specifies the number of output pages to be printed. The value can be from 0 to 999999. |
nnnnnn, CANCEL | Specifies the job should be canceled without dump when output printing exceeds the pages. |
nnnnnn, DUMP | Specifies the job should be canceled with dump when output printing exceeds the pages. |
nnnnnn, WARNING | Specifies should continue with execution when output printing exceeds the pages. But, the system should issue warning messages to notify the operator. |
Default and overrides -
The system uses the installation default value if no PAGES parameter or no nnnnnn is coded with CANCEL, DUMP, or WARNING.
Examples -
Scenario - Ignore PAGES parameter.
//MTHEXMP1 JOB (MTH007),'PAWAN Y',NOTIFY=&SYSUID
The installation default page value is in effect for the output printing.