NetBatch Manual
Commands
NetBatch Manual—522460-004
6-145
SHOW CLASS Command
SHOW CLASS Command
Use the SHOW CLASS command to display the INITIATION class attribute 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.
OBEY-FORM
causes BATCHCOM to display the INITIATION class attribute from the working-
attributes set in SET CLASS command format.
Considerations
•
The SHOW CLASS command is available to all users.
•
You can specify the value of the class attribute in the working-attributes set by
using the SET CLASS 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.
•
JOBCLASS is an alias of the object keyword CLASS.
•
You can omit the object keyword CLASS from the SHOW CLASS command only
when CLASS is the current assumed object. For more information, see ASSUME
CLASS Command on page 6-70.
Examples
•
This example shows a SHOW CLASS command displaying the class attribute from
the working-attributes set:
1} SHOW CLASS
CLASS ATTRIBUTE
initiation: On
•
This example shows the result of a SHOW CLASS command that writes class
attribute details to an EDIT file:
22> BATCHCOM; SHOW CLASS /OUT SHOWCL1/
23> FUP COPY SHOWCL1
CLASS ATTRIBUTE
initiation: On
SHO[W] [ CLASS ] [ / OU[T] [file-name ] / ] [ O[BEY]-[FORM] ]