NetBatch Manual

Commands
NetBatch Manual522460-004
6-67
ALTER SCHEDULER Command
ALTER SCHEDULER Command
Use the ALTER SCHEDULER command to change scheduler 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.
attribute
is one of these scheduler attributes (see Section 7, Attributes):
AT-A[LLOWED] { OF[F] | ON }
B[ACKUPCPU] { cpu-number-1 [ ‚ cpu-number-2 ] | * }
CAT[CHUP] { OF[F] | ON }
D[EFAULT]-C[LASS] class-name
D[EFAULT]-E[XECUTOR]-[PROGRAM] file-name
D[EFAULT]-H[IGHPIN] { OF[F] | ON }
D[EFAULT]-MAXPRINTL[INES] { number | NON[E] }
D[EFAULT]-MAXPRINTP[AGES] { number | NON[E] }
D[EFAULT]-O[UT] file-name
D[EFAULT]-P[RI] number
D[EFAULT]-SE[LPRI] number
D[EFAULT]-ST[ALL] { OF[F] | ON }
D[EFAULT]-[STOP]-[ON]-[ABEND] { OF[F] | ON }
EM[S] { OF[F] | ON }
INI[TIATION] { OF[F] | ON }
LO[CALNAMES] [\remote-node
( \remote-node [ , \remote-node ]… ) ]
M[AX]-[CONCURRENT]-[JOBS] max-concurrent-jobs
[ , max-temporary-executors ]
M[AX]-[PRI] number
S[UBMIT]-A[LLOWED] { OF[F] | ON }
TA[PEDRIVES] number
Considerations
The ALTER SCHEDULER command is available to NetBatch supervisors only.
Except for BACKUPCPU, attributes changed by ALTER SCHEDULER take effect
on command execution. The command changes this attribute’s value in the
scheduler database, but does not force an actual change of backup CPUs. (Such a
change occurs only when the scheduler’s primary or backup process stops.)
You can omit the object keyword SCHEDULER from the ALTER SCHEDULER
command only when SCHEDULER is the current assumed object. For more
information, see ASSUME SCHEDULER Command on page 6-73.
ALT[ER] [ SCHEDULER ] [ / OU[T] [ file-name ] / ]
, attribute [ , attribute ]…