NetBatch Manual

Commands
NetBatch Manual522460-004
6-104
INFO EXECUTOR Command
initiation: On
CLASS ATTRIBUTE for MIS
initiation: Off
CLASS ATTRIBUTE for SALES
initiation: Off
This example shows the result of an INFO CLASS command that writes class
details to an EDIT file:
24} INFO CLASS /OUT OPSINFO/ *
25} RUN FUP COPY OPSINFO
CLASS ATTRIBUTE for DEFAULT
initiation: On
CLASS ATTRIBUTE for MIS
initiation: Off
CLASS ATTRIBUTE for SALES
initiation: Off
This example shows the result of an INFO CLASS command that includes the
OBEY-FORM qualifier. In the example, BATCHCOM sends the command’s output
to an EDIT file.
16} INFO CLASS /OUT ADDCLASS/ *, OBEY-FORM
17} RUN FUP COPY ADDCLASS
ADD CLASS DEFAULT, INITIATION ON
ADD CLASS MIS, INITIATION OFF
ADD CLASS SALES, INITIATION OFF
INFO EXECUTOR Command
Use the INFO EXECUTOR command to list the attributes of executors.
file-name
specifies a command output file. The file can be a device, a process, or a disk file.
For a disk file, BATCHCOM appends output if the file exists, but creates an EDIT
file if the file does not exist. If you specify / OUT / (that is, omit file-name),
BATCHCOM suppresses output.
executor-ID
is an executor name, or a range of executor names when specified with the
asterisk (*) and question mark (?) wild-card characters. An asterisk on its own
specifies all executors.
attribute
is one of these executor attributes:
CL[ASS]
CP[U]
I[NFO] [ EXECUTOR ] [ / OU[T] [ file-name ] / ]
executor-ID [ [ , attribute ]… | , O[BEY]-[FORM] ]