NetBatch Manual
Commands
NetBatch Manual—522460-004
6-58
ALTER CLASS Command
•
This example shows the execution of ADD ATTACHMENT-SET and ALTER
ATTACHMENT-SET commands and lists scheduler log file events relating to those
commands:
> LOGON 205,70, password
> BATCHCOM $SCHD; ADD ADP (205,100) QA-1, SECURITY "NNNN",
TEMPORARY OFF, (ASSIGN A, $A.NB.A), (DEFINE =_DEFAULTS,
VOLUME $DATA7.SCHD), (PARAM TIME 5:00)
Attachment-set (FPP.QA)QA-1 added
> BATCHCOM $SCHD; ALTER ATTACHMENT-SET (205,100) QA-1,
(PARAM DATE 21JUL93)
Attachment-set (FPP.QA)QA-1 altered
> FUP COPY LOGAAG,,SHARE .
.
ADD ATT-SET (205,100)QA-1 SECURITY "NNNN" TEMPORARY OFF
U_205,70 H_\MELBDEV.$ZTN0.#PTY4
UPDATE ATT-SET (205,100)QA-1 U_205,70 H_\MELBDEV.$ZTN0.#PTY4
ALTER CLASS Command
Use the ALTER CLASS command to change class attributes.
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.
class-name
is the name of a class.
attribute
specifies this class attribute (see Section 7, Attributes):
INI[TIATION]BBC{( AALVS1(OF[F],ON) )
Considerations
•
The ALTER CLASS command is available to NetBatch supervisors only.
•
Changing the value of a class’s INITIATION attribute from ON to OFF does not
affect jobs from the class that are currently executing or over limit.
•
JOBCLASS is an alias of the object keyword CLASS.
ALT[ER] [ CLASS ] [ / OU[T] [ file-name ] / ]
class-name , attribute