NetBatch Manual

Commands
NetBatch Manual522460-004
6-119
RESET CLASS Command
PARAM ADDR2 CUPERTINO
PARAM ADDR3 CA_95014
In this example, the RESET ATTACHMENT-SET command removes the
TEMPORARY attribute from the working-attributes set and all ASSIGN attributes.
The command also removes the DEFINE =TAPE but leaves all other DEFINEs, the
PARAMs, and the SECURITY attribute.
33} SHOW ATTACHMENT-SET
ATTACHMENT-SET ATTRIBUTES
security: "AOAO"
temporary: On
attachments: DEFINE =SQLCAT, CLASS CATALOG, SUBVOL
\MELBDEV.$SYSTEM.SYSTEM2
DEFINE =TAPE, CLASS TAPE, LABELS ANSI, OWNER
"255,205", FILEID ACCNTBAL, DEVICE
$TAPE1
DEFINE =_DEFAULTS, CLASS DEFAULTS, VOLUME
$A.NB
ASSIGN X, $A.NB.X
ASSIGN Y, $A.NB.Y
PARAM DAY WEDNESDAY
PARAM MONTH JUN
PARAM YEAR 1993
34} RESET ATTACHMENT-SET TEMPORARY, ASSIGN, DEFINE =TAPE
35} SHOW ATTACHMENT-SET
ATTACHMENT-SET ATTRIBUTES
security: "AOAO"
attachments: DEFINE =SQLCAT, CLASS CATALOG, SUBVOL
\MELBDEV.$SYSTEM.SYSTEM2
DEFINE =_DEFAULTS, CLASS DEFAULTS, VOLUME
$A.NB
PARAM DAY WEDNESDAY
PARAM MONTH JUN
PARAM YEAR 1993
RESET CLASS Command
Use the RESET CLASS command to restore the value of the INITIATION class
attribute in BATCHCOM’s working-attributes set to its default (ON).
Considerations
The RESET CLASS command is available to all users.
JOBCLASS is an alias of the object keyword CLASS.
You can omit the object keyword CLASS from the RESET CLASS command only
when CLASS is the current assumed object. For more information, see ASSUME
CLASS Command on page 6-70.
RESE[T] [ CLASS ]