NetBatch Management Programming Manual
Common Definitions
NetBatch Management Programming Manual—522462-003
4-48
Simple Tokens
ZBAT-TKN-TERMINATION-INFO
contains an SPI error number set by a job’s executor-program process when the
process calls the Guardian procedure ABEND, STOP, or PROCESS_STOP_. The
number indicates why the process stopped itself. For information about SPI error
numbers, see the SPI Programming Manual.
ZBAT-TKN-TEXT
contains a text string from the process-deletion system message sent to a job’s
executor-program process by Guardian procedure ABEND, STOP, or
PROCESS_STOP_. This token is present only if the message includes a text
string.
ZBAT-TKN-TIME-LIMIT
contains a 32-bit signed integer that specifies a job’s time limit.
ZBAT-TKN-TOTAL-CPU-TIME
contains a 64-bit fixed-point number indicating, in microseconds, the sum of the
processor time taken by all processes of a job.
ZBAT-TKN-USERID
contains two bytes of information that identifies a job owner. The first byte contains
the owner’s group ID. The second byte contains the user ID.
ZBAT-TKN-VOLUME-SUBVOL
contains a default node, volume, and subvolume used for qualifying unqualified file
references in a job’s input file or in ZBAT-TKN-ATT-SET-DEFINE. For more
information, see the descriptions of the ADD ATTACHMENT-SET, ALTER
ATTACHMENT-SET, ALTER JOB, INFO JOB, and SUBMIT JOB commands in
Section 5, Commands and Responses.