NetBatch Management Programming Manual
Common Definitions
NetBatch Management Programming Manual—522462-003
4-53
Extensible Structured Tokens
ZCLASSNAME
is the name of a class and specifies the job’s CLASS attribute. The default
value is the class specified by the scheduler’s DEFAULT-CLASS attribute.
ZHOLD
is a Boolean field that specifies the job’s HOLD attribute. The values are:
The default value is ZSPI-VAL-FALSE.
ZHOLD-AFTER
is a Boolean field that specifies the job’s HOLDAFTER attribute. The values
are:
The default value is ZSPI-VAL-FALSE.
ZRESTART
is a Boolean field that specifies the job’s RESTART attribute. The values are:
The default value is ZSPI-VAL-FALSE.
ZSTOP-ON-ABEND
is a Boolean field that specifies the job’s STOP-ON-ABEND attribute. The
values are:
The default value is the value of the scheduler’s DEFAULT-STOP-ON-ABEND
attribute.
ZAT-FLAG
is a Boolean field that specifies whether the job has the AFTER attribute or the
AT attribute. The values are:
The default value is ZSPI-VAL-FALSE.
ZSPI-VAL-FALSE Specifies HOLD OFF
ZSPI-VAL-TRUE Specifies HOLD ON.
ZSPI-VAL-FALSE Specifies HOLDAFTER OFF
ZSPI-VAL-TRUE Specifies HOLDAFTER ON.
ZSPI-VAL-FALSE Specifies RESTART OFF.
ZSPI-VAL-TRUE Specifies RESTART OFF.
ZSPI-VAL-FALSE Specifies STOP-ON-ABEND OFF
ZSPI-VAL-TRUE Specifies STOP-ON-ABEND ON
ZSPI-VAL-FALSE Specifies the AFTER attribute. The job is eligible to run after
the time specified by ZINFO-NEXT-RUNTIME.
ZSPI-VAL-TRUE Specifies the AT attribute. The job runs at the time specified by
ZINFO-NEXT-RUNTIME.