NetBatch Management Programming Manual
Common Definitions
NetBatch Management Programming Manual—522462-003
4-68
Extensible Structured Tokens
ZCLASSNAME
is the name of the job’s class.
ZWHICH-LIST
is an enumerated value of ZBAT-DDL-JOB-WHICH-LIST that indicates the
job’s state.See ZBAT-DDL-JOB-WHICH-LIST on page 4-17.
ZSPECIAL-REASON
is an enumerated value of ZBAT-DDL-SPECIAL-REASON that qualifies the
job’s state when ZWHICH-LIST indicates the job is in a SPECIAL state. See
ZBAT-DDL-SPECIAL-REASON on page 4-31.
ZNEXT-RUNTIME
indicates the job’s next run time in Greenwich-mean-time form.
ZTIME-PREV-RUNTIME
records the time the job last ran in Greenwich-mean-time form.
ZTIME-START
records the job’s start time in Greenwich-mean-time form.
ZTIME-FINISH
records the job’s finish time in Greenwich-mean-time form. (The finish time is
the time when the last running process of the job stops.)
ZTIME-PUT-ON-LIST
records the time when ZWHICH-LIST was set in Greenwich-mean-time form.
ZTIME-USED
indicates, in microseconds, the total processor time taken by all processes of
the job.
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 requester on a different
node. The values are:
ZEXECUTOR
is the name of the job’s executor.
ZSPI-VAL-FALSE Indicates the job was submitted from a requester on the same
node as the scheduler
ZSPI-VAL-TRUE Indicates the job was submitted from a requester on a node
different from that of the scheduler