Parameter Description for ESTPAGE

NUM=nnnnnnnn|40
Specifies the number of pages (1-99999999) following which message $HASP375 is written to inform the operator that the job's estimated output has been exceeded. The user can override the spool utilization value specified on this parameter by using the PAGES= keyword defined on the /*JOBPARM control statement.

Modification: $T ESTPAGE operator command or cold start. If you modify this parameter value and then restart JES2 with a warm or hot start, the parameter value in effect before termination is used.

INT=nnnnnnnn|10
Specifies the interval (1-99999999), in number of pages, at which message $HASP375 is repeated. The message is first issued when the estimated number of pages (NUM= value) is exceeded.

Modification: $T ESTPAGE operator command or cold start. If you modify this parameter value and then restart JES2 with a warm or hot start, the parameter value in effect before termination is used.

OPT=0|1|2
Specifies the action JES2 takes when a job exceeds the estimated page output as specified by the NUM= parameter. The following are the options and subsequent action:
0
Job is allowed to continue execution.
1
Job is canceled without a dump.
2
Job is canceled with a dump (if a dump statement was coded for this job step).

Modification: Hot start or $T ESTPAGE operator command.