NetBatch Manual
Commands
NetBatch Manual—522460-004
6-105
INFO EXECUTOR Command
attribute causes BATCHCOM to list only the specified attribute. If you omit
attribute, BATCHCOM lists all attributes.
OBEY-FORM
causes BATCHCOM to list attributes in ADD EXECUTOR command format.
Considerations
•
The INFO EXECUTOR command is available to all users.
•
The OBEY-FORM qualifier is available for all INFO commands. It enables the
creation of BATCHCOM command files that you can use to set up a scheduler. For
more information, see Section 3, Scheduler Planning, Configuration, and
Management.
•
You can omit the object keyword EXECUTOR from the INFO 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 result of an INFO EXECUTOR command executed during
an interactive BATCHCOM session:
30} INFO EXECUTOR *
EXECUTOR ATTRIBUTES for RISC-0
cpu: 0
classes: INQUIRIES
SALES
SERVICE
EXECUTOR ATTRIBUTES for RISC-1
cpu: 1
classes: SALES
SERVICE
INQUIRIES
EXECUTOR ATTRIBUTES for RISC-2
cpu: 2
classes: SERVICE
INQUIRIES
SALES
EXECUTOR ATTRIBUTES for RISC-3
cpu: 3
classes: ACCOUNTS
ADMINISTRATION
•
This example shows an INFO EXECUTOR command writing the CPU attributes of
a scheduler’s executors to an EDIT file:
31} INFO EXECUTOR /OUT CPUINFO/ *, CPU
32} RUN FUP COPY CPUINFO
EXECUTOR ATTRIBUTES for RISC-0
cpu: 0
EXECUTOR ATTRIBUTES for RISC-1