NetBatch Management Programming Manual

Common Definitions
NetBatch Management Programming Manual522462-003
4-55
Extensible Structured Tokens
ZREMID
is a Boolean field that indicates whether the job was submitted from a
requester on the same node as the scheduler or from a remote node. The
values are:
ZEVERY-DAYS
assigns the EVERY attribute to the job and specifies the execution interval in
days. ZEVERY-DAYS cannot be specified with ZEVERY-HOURS, ZEVERY-
MINUTES, ZBAT-TKN-CALENDAR, and ZBAT-MAP-DEF-CRONTAB. The
range is 1 through 365.
To remove the EVERY attribute from the job, set ZEVERY-DAYS, ZEVERY-
HOURS, and ZEVERY-MINUTES to zero.
ZEVERY-HOURS
assigns the EVERY attribute to the job and specifies the execution interval in
hours. ZEVERY-HOURS can be specified with ZEVERY-MINUTES but not with
ZEVERY-DAYS, ZBAT-TKN-CALENDAR, or ZBAT-MAP-DEF-CRONTAB. The
range is 0 through 168.
To remove the EVERY attribute from the job, set ZEVERY-DAYS, ZEVERY-
HOURS, and ZEVERY-MINUTES to zero.
ZEVERY-MINUTES
assigns the EVERY attribute to the job and specifies the execution interval in
minutes. ZEVERY-MINUTES can be specified with ZEVERY-HOURS, but not
with ZEVERY-DAYS, ZBAT-TKN-CALENDAR, or ZBAT-MAP-DEF-CRONTAB.
The range is 00 through 59.
To remove the EVERY attribute from the job, set ZEVERY-DAYS, ZEVERY-
HOURS, and ZEVERY-MINUTES to zero.
ZDEFAULT-SECURITY
specifies a 16-bit signed integer that sets the default security for disk files the
job creates. The security bits are:
ZSPI-VAL-FALSE Indicates the job was submitted from a requester on the same
node as the scheduler. For a job to run as a local process, the
submitter must have local access to the schedulers node.
ZSPI-VAL-TRUE Indicates the job was submitted from a requester on a node
remote to the node of the scheduler.
<0:3> 0
<4:6> ID code allowed for read
<7:9>I ID code allowed for write
<10:12> ID code allowed for execute
<13:15> ID code allowed for purge