NetBatch Management Programming Manual

Common Definitions
NetBatch Management Programming Manual522462-003
4-40
Simple Tokens
ZBAT-VAL-WAS-RUNNING
indicates a job is in the SPECIAL-2 state (the job was running when an event other
than execution of an ABORT SCHEDULER or SHUTDOWN SCHEDULER
command stopped its schedulers processes).
Simple Tokens
A simple token has a value consisting of a single field or a fixed structure. The
NetBatch subsystem defines these simple tokens:
ZBAT-TKN-ATT-SET-ASSIGN
contains a string that specifies the value of an ASSIGN attachment-set attribute.
The string’s form is a TACL ASSIGN command with the ASSIGN keyword omitted.
(For example, when assigning logical file name C to actual file $A.B.C, the token
would contain C, $A.B.C rather than ASSIGN C, $A.B.C.) For information on the
ASSIGN command, see the TACL Reference Manual
ZBAT-TKN-ATT-SET-DEFINE
contains a string that specifies the value of a DEFINE attachment-set attribute. The
string’s form is a TACL ADD DEFINE command with the ADD DEFINE keywords
omitted. (For example, when adding a spool DEFINE named =OUT that specifies a
location of $S, the token would contain =OUT, CLASS SPOOL, LOC $S rather than
ADD DEFINE =OUT, CLASS SPOOL, LOC $S.) For information on the ADD
DEFINE command, see the TACL Reference Manual.
ZBAT-TKN-ATT-SET-ID
contains a string that specifies an attachment-set ID or, when the string includes
either or both the asterisk (*) and question mark (?) wild-card characters, a range
of attachment-set IDs. For information on the form of an attachment-set ID, see the
descriptions of the attachment-set commands in Section 5, Commands and
Responses.
ZBAT-TKN-ATT-SET-PARAM
contains a string that specifies the value of a PARAM attachment-set attribute. The
string’s form is:
STRUCT ci^param; ! PARAM message
BEGIN !
INT numparams; ! [1] number of
! parameters
! included in
! this message
STRING parameters [0:1023]; ! [2] beginning of
! parameters
END;