NetBatch Manual

Commands
NetBatch Manual522460-004
6-146
SHOW EXECUTOR Command
This example shows the result of a SHOW CLASS command that includes the
OBEY-FORM qualifier. In the example, BATCHCOM sends the command’s output
to an EDIT file.
26> BATCHCOM; SHOW CLASS /OUT SHOWCL2/ OBEY-FORM
27> FUP COPY SHOWCL2
SET CLASS INITIATION ON
SHOW EXECUTOR Command
Use the SHOW EXECUTOR command to list executor attributes from BATCHCOM’s
working-attributes set.
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.
attribute
is one of these executor attributes:
CL[ASS]
CP[U]
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 SET EXECUTOR command format.
BATCHCOM prefixes the SET commands with the ASSUME EXECUTOR and
RESET EXECUTOR commands.
Considerations
The SHOW EXECUTOR command is available to all users.
To specify the values of executor attributes in the working-attributes set, use the
SET EXECUTOR command. To remove the attributes, use the RESET
EXECUTOR command.
The OBEY-FORM qualifier is available for all SHOW commands. It enables the
creation of BATCHCOM command files that you can use to set up a working-
attributes set.
SHO[W] [ EXECUTOR ] [ / OU[T] [ file-name ] / ]
[ attribute [ , attribute ] [ , O[BEY]-[FORM] ]
[ O[BEY]-[FORM] ]