NetBatch Manual
Commands
NetBatch Manual—522460-004
6-135
SET EXECUTOR Command
•
No default executor attributes are displayed in the working-attributes set. To 
remove attributes added to the set by the SET EXECUTOR command, use the 
RESET EXECUTOR command.
•
You can omit the object keyword EXECUTOR from the SET EXECUTOR 
command only when EXECUTOR is the current assumed object. For more 
information, see ASSUME EXECUTOR Command on page 6-71.
Examples
•
This example shows the SET EXECUTOR command specifying executor attributes 
in the working-attributes set. The executor added after execution of the command 
adopts the attributes.
14} SHOW EXECUTOR
EXECUTOR ATTRIBUTES
15} SET EXECUTOR CLASS *, CPU 0
16} SHOW EXECUTOR
EXECUTOR ATTRIBUTES
cpu: 0
classes: *
17} ADD EXECUTOR DEFAULT-EXEC-0
Executor DEFAULT-EXEC-0 added
18} INFO EXECUTOR DEFAULT-EXEC-0
EXECUTOR ATTRIBUTES for DEFAULT-EXEC-0
cpu: 0
classes: *
•
This example shows the effect of the SET EXECUTOR command’s LIKE qualifier:
46} SHOW EXECUTOR
EXECUTOR ATTRIBUTES
47} INFO EXECUTOR RISC-3
EXECUTOR ATTRIBUTES for RISC-3
cpu: 3
classes: ACCOUNTS
ADMINISTRATION
48} SET EXECUTOR LIKE RISC-3
49} SHOW EXECUTOR
EXECUTOR ATTRIBUTES
cpu: 3
classes: ACCOUNTS
ADMINISTRATION










