NetBatch Management Programming Manual
Common Definitions
NetBatch Management Programming Manual—522462-003
4-49
Extensible Structured Tokens
Extensible Structured Tokens
An extensible structured token has a token map and a value consisting of data fields
whose number can be extended. This extensibility lets HP add new fields to the
structure in later releases. Extensible structured tokens are defined by token maps.
The NetBatch subsystem defines these extensible structured tokens:
ZBAT-MAP-DEF-CLASS
is an extensible structured token that contains information about a class. The
token’s usage in class commands is:
ZBAT-MAP-DEF-CLASS has the structure:
ZINITIATION
is a Boolean field that specifies the class’s INITIATION attribute. Values are:
The default value is ZSPI-VAL-TRUE.
ZBAT-MAP-DEF-CRONTAB
is an extensible structured token that contains scheduling information about a
recurring job. ZBAT-MAP-DEF-CRONTAB, ZBAT-TKN-CALENDAR, and the
ZEVERY-DAYS, ZEVERY-HOURS, and ZEVERY-MINUTES fields of ZBAT-MAP-
DEF-JOB are mutually exclusive. The token’s usage in job commands is:
Command ZBAT-MAP-DEF-CLASS
ADD CLASS Required in command buffer
ALTER CLASS Required in command buffer
DELETE CLASS Not used
INFO CLASS Returned in response buffer
Definition ZBAT-DDL-DEF-CLASS.
02 ZINITIATION Type ZSPI-DDL-BOOLEAN.
End
ZSPI-VAL-FALSE Specifies INITIATION OFF
ZSPI-VAL-TRUE Specifies INITIATION ON
Command ZBAT-MAP-DEF-CRONTAB
ACTIVATE JOB Not used
ALTER JOB Optional in command buffer
DELETE JOB Not used
INFO JOB Returned in response buffer
RELEASE JOB Not used
RUNNEXT JOB Not used
RUNNOW JOB Not used
STATUS JOB Not used
STOP JOB Not used
SUBMIT JOB Optional in command buffer
SUSPEND JOB Not used