NetBatch Management Programming Manual
Common Definitions
NetBatch Management Programming Manual—522462-003
4-58
Extensible Structured Tokens
ZSAVEABEND
is a Boolean field that specifies the job’s SAVEABEND attribute. The values
are:
The default value is the value of the executor program’s saveabend flag (set
when compiling or binding the program).
ZRUND
is a Boolean field that specifies the job’s RUND attribute. The values are:
The default value is ZSPI-VAL-FALSE.
ZJOBID−ZERO
is a Boolean field that specifies the job’s JOBID-ZERO attribute. The values
are:
The default value is ZSPI-VAL-FALSE.
ZMEM
specifies the job’s MEM attribute. The range is 1 through 64 2048-byte memory
pages. The default value is the value specified in the executor program.
ZPFS
specifies the job’s PFS attribute. The value is 0 (for the value specified in the
executor program) or a number in the range 131,072 bytes (128 kilobytes [KB],
or one segment) through 1,048,576 bytes (1024 KB, or eight segments). The
default value is the value specified in the executor program.
ZNAME
specifies the job’s NAME attribute. The value is a unique process name. The
default value is a system-generated process name.
ZINFO−TIME−SUBMIT
indicates the Greenwich mean time at which the job was submitted to the
scheduler.
ZINFO−LAST−MOD
indicates the Greenwich mean time at which the job was last altered.
ZSPI-VAL-FALSE Specifies SAVEABEND OFF
ZSPI-VAL-TRUE Specifies SAVEABEND ON
ZSPI-VAL-FALSE Specifies RUND OFF
ZSPI-VAL-TRUE Specifies RUND ON
ZSPI-VAL-FALSE Specifies JOBID-ZERO OFF
ZSPI-VAL-TRUE Specifies JOBID-ZERO ON