NetBatch Manual

Commands
NetBatch Manual522460-004
6-147
SHOW JOB Command
You can omit the object keyword EXECUTOR from the SHOW 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 a SHOW EXECUTOR command listing executor attributes
from the working-attributes set:
25} SHOW EXECUTOR
EXECUTOR ATTRIBUTES
cpu: 3
classes: BANKING
INSURANCE
This example shows a SHOW EXECUTOR command writing the CLASS executor
attribute from the working-attributes set to an EDIT file:
8} SHOW EXECUTOR /OUT ZBATEXEC/ CLASS
9} RUN FUP COPY ZBATEXEC
EXECUTOR ATTRIBUTES
classes: BANKING
INSURANCE
This example shows the result of a SHOW EXECUTOR command that includes
the OBEY-FORM qualifier. In the example, BATCHCOM sends the command’s
output to an EDIT file.
13} SHOW EXECUTOR /OUT SETEXECS/ OBEY-FORM
14} RUN FUP COPY SETEXECS
ASSUME EXECUTOR
RESET;SET CPU 3, CLASS(BANKING, INSURANCE)
SHOW JOB Command
Use the SHOW JOB command to list job attributes from BATCHCOM’s working-
attributes set. The command also displays the ID of the current user.
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.
SHO[W] [ JOB ] [ / OU[T] [ file-name ] / ]
[ attribute [ , attribute ]… [ , O[BEY]-[FORM] ]
[ O[BEY]-[FORM] ]