NetBatch Management Programming Manual
Commands and Responses
NetBatch Management Programming Manual—522462-003
5-21
ALTER EXECUTOR Command
ALTER EXECUTOR Command
The ALTER EXECUTOR command changes executor attributes. 
Tokens in Command Buffer
For information on the tokens present in the command buffer, see Section 4, Common 
Definitions. Information on the tokens specific to the ALTER EXECUTOR command is:
ZBAT-TKN-SEL-EXECUTORNAME
specifies the name of an executor. 
Tokens in Response Buffer
For information on the tokens present in the response buffer, see Section 4, Common 
Definitions. 
Operational Notes
•
The ALTER EXECUTOR command is a sensitive command available to NetBatch 
supervisors only. 
•
The command does not support wild-card character matching of executor names. 
Command
 ZBAT-CMD-ALTER
Object Type
 ZBAT-OBJ-EXECUTOR
Tokens in Command Buffer
 ZBAT-TKN-SEL-EXECUTORNAME   token-type ZSPI-TYP-STRING.!{}
 ZBAT-MAP-DEF-EXECUTOR
 Definition ZBAT-DDL-DEF-EXECUTOR.
 02 ZCPU     type ZSPI-DDL-INT.
 02 ZJOBNUMBER    type ZSPI-DDL-INT.
 02 ZCLASS-COUNT    type ZSPI-DDL-INT.!ZCLASSES
 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
 ZSPI-TKN-COMMENT    token-type ZSPI-TYP-STRING.
Tokens in Response Buffer
 ZSPI-TKN-DATALIST    token-type ZSPI-TYP-LIST.
 ZBAT-TKN-SEL-EXECUTORNAME  token-type ZSPI-TYP-STRING.!{}
 ZSPI-TKN-ERRLIST    token-type ZSPI-TYP-LIST.
 …
 ZSPI-TKN-ENDLIST    token-type ZSPI-TYP-SSCTL.
 ZSPI-TKN-RETCODE    token-type ZSPI-TYP-ENUM.!{}
 ZSPI-TKN-ENDLIST    token-type ZSPI-TYP-SSCTL.










