NetBatch Manual

Commands
NetBatch Manual522460-004
6-42
ADD EXECUTOR Command
ADD EXECUTOR Command
Use the ADD EXECUTOR command to add executors to a scheduler.
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.
executor-name-1
is the name of the executor you want to add. The name can contain from 1 to 24
letters and numbers. It also can contain hyphens but must begin with a letter and
end with a letter or number. The name cannot contain spaces.
LIKE
specifies that all attributes are to match those of executor executor-name-2.
LIKE overrides executor attributes in the working-attributes set and executor
defaults (see Table 6-4 on page 6-43). attribute overrides executor-name-2
attributes of the same type.
executor-name-2
is the name of an existing executor whose attributes you want executor
executor-name-1 to match.
attribute
is one of these executor attributes (see Section 7, Attributes):
CL[ASS] BBC{( AALVS1( class-name,( class-name [ , class-name
]…),*) )
CP[U] cpu-number
attribute overrides attributes of the same type in the working-attributes set or
specified by executor-name-2. It also overrides executor defaults (see
Table 6-4) when the defaults do not appear in the working set. If you omit
attribute and LIKE, the executor adopts its attributes from the working-
attributes set and executor defaults.
A[DD] [ EXECUTOR ] [ / OU[T] [ file-name ] /] executor-name-1
[ , LIK[E] executor-name-2 ] [ , attribute ]…
Note. To avoid confusion, do not use these keywords and keyword aliases as executor
names: ADP, ATTACHMENT-SET, CLASS, EXECUTOR, JOB, JOBCLASS, and
SCHEDULER.