NetBatch Management Programming Manual
Common Definitions
NetBatch Management Programming Manual—522462-003
4-51
Extensible Structured Tokens
ZBAT-MAP-DEF-EXECUTOR has the structure:
ZCPU
specifies the executor’s processor attribute. ZCPU can specify any processor 
configured for the scheduler’s node. 
ZJOBNUMBER
is the number of the job using the executor. 
ZCLASS-COUNT
is an integer that indicates the number of classes assigned to the executor. 
The range for the value of the integer is 1 through 8. The value depends on the 
number of occurrences of ZCLASSES. 
ZCLASSES
specifies the executor’s CLASS attribute. The field is:
ZCLASSNAME
is the name of a class and can occur from one to eight times. The default 
value is the class specified by the scheduler’s DEFAULT-CLASS attribute.
ZCLASS
is the name of the class of the job using the executor. 
ZBAT-MAP-DEF-JOB
is an extensible structured token that contains information about a job. The token’s 
usage in job commands is:
Definition ZBAT-DDL-DEF-EXECUTOR.
 02 ZCPU     Type ZSPI-DDL-INT.
 02 ZJOBNUMBER    Type ZSPI-DDL-INT.
 02 ZCLASS-COUNT    Type ZSPI-DDL-INT.
 02 ZCLASSES    Occurs 8 times.
 03 ZCLASSNAME    Type ZBAT-DDL-NETBATCH-NAME.
 03 FILLER    Type ZSPI-DDL-INT.
 02 ZCLASS     Type ZBAT-DDL-NETBATCH-NAME.
 End
Command ZBAT-MAP-DEF-JOB
ACTIVATE JOB Not used
ALTER JOB Required 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










