NetBatch Management Programming Manual
Common Definitions
NetBatch Management Programming Manual—522462-003
4-56
Extensible Structured Tokens
ID code can be one of:
ZPRI
specifies the job’s PRI attribute. The range is 1 through 199. The default value
is the value of the scheduler’s DEFAULT-PRI attribute.
ZSELPRI
specifies the job’s SELPRI attribute. The range is 0 through 7. The default
value is the value of the scheduler’s DEFAULT-SELPRI attribute.
ZHIGHPIN
is a Boolean field that specifies the job’s HIGHPIN attribute. The values are:
The default value is the value of the scheduler’s DEFAULT-HIGHPIN attribute.
ZMAXPRINTLINES
specifies the job’s MAXPRINTLINES attribute. The value is 0 (for no maximum)
or is a number in the range 120 through 65534. The default value is the value
of the scheduler’s DEFAULT-MAXPRINTLINES attribute.
ZMAXPRINTPAGES
specifies the job’s MAXPRINTPAGES attribute. The value is 0 (for no
maximum) or a number in the range 2 through 65534. The default value is the
value of the scheduler’s DEFAULT-MAXPRINTPAGES attribute.
ZTAPEDRIVES
specifies the job’s TAPEDRIVES attribute. The range is 0 through 99. The
default value is 0.
ZDATE
specifies the date on the scheduler’s node on which the job becomes eligible
for execution. If ZDATE is present, all its fields must be specified. If omitted,
the current date applies. The fields are:
0 Any user (local)
1 Member of owner’s group (local)
2 Owner (local)
4 Any user (local or remote)
5 Member of owner’s community (local or remote)
6 Owner (local or remote)
7 Super ID only (local)
ZSPI-VAL-FALSE Specifies HIGHPIN OFF
ZSPI-VAL-TRUE Specifies HIGHPIN ON