NetBatch Manual

Commands
NetBatch Manual522460-004
6-46
ADD SCHEDULER Command
ADD SCHEDULER Command
Use the ADD SCHEDULER command in a scheduler cold start to create and initialize
the scheduler’s database. Before using the command, run the scheduler program
NETBATCH. Afterward, start the scheduler with the START SCHEDULER command.
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]BBC { OF[F] | ON }
B[ACKUPCPU]BBC { 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] { ER[RORS] | 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
attribute overrides attributes of the same type in the working-attributes set. It
also overrides scheduler defaults (see Table 6-5 on page 6-47) when the defaults
do not appear in the working set. If you omit attribute, the scheduler adopts its
attributes from the working-attributes set and scheduler defaults.
Caution. The ADD SCHEDULER command purges existing scheduler database files (except
BATCHCTL and log files) before creating and initializing new files. Do not use the command
unless you are sure that loss of the existing files will not affect your organization. If in doubt,
back up the files before using the command.
A[DD] [ SCHEDULER ] [ / OU[T] [ file-name ] / ]
[ , attribute ]…