Parameter Description for ESTBYTE

NUM=nnnnnn|99999
Specifies the number (1-999999), in thousands of bytes of spool space, after 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 BYTES= keyword defined on the /*JOBPARM control statement.

Modification: $T ESTBYTE 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 will be used.

INT=nnnnn|99999
Specifies the interval (1-99999), in thousands of bytes of spool space, at which message $HASP375 is repeated. The message is first issued when the estimated bytes (NUM= value) is exceeded.

Modification: $T ESTBYTE 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 will be used.

OPT=0|1|2
Specifies the action JES2 takes when a job exceeds the estimated spool utilization 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: $T ESTBYTE operator command.