NetBatch Manual
Attributes
NetBatch Manual—522460-004
7-38
DEFAULT-EXECUTOR-PROGRAM Scheduler
Attribute
•
This example shows an ADD EXECUTOR command specifying an executor’s
CLASS attribute, thus overriding the scheduler’s DEFAULT-CLASS attribute:
35} INFO SCHEDULER, DEFAULT-CLASS
SCHEDULER ATTRIBUTES
default-class: BUILDS
36} ADD EXECUTOR DEVELOPMENT, CPU 2, CLASS COMPILES
Executor DEVELOPMENT added
37} INFO EXECUTOR DEVELOPMENT, CLASS
EXECUTOR ATTRIBUTES for DEVELOPMENT
classes: COMPILES
DEFAULT-EXECUTOR-PROGRAM Scheduler Attribute
The DEFAULT-EXECUTOR-PROGRAM scheduler attribute specifies the executor
program of a job submitted without the EXECUTOR-PROGRAM attribute. For more
information, see EXECUTOR-PROGRAM Job Attribute on page 7-58.
file-name
is the name of a program file.
Consideration
A scheduler adopts the attribute DEFAULT-EXECUTOR-PROGRAM
$SYSTEM.SYSTEM.TACL by default when cold started.
Examples
•
This example shows a job adopting its EXECUTOR-PROGRAM attribute from the
scheduler’s DEFAULT-EXECUTOR-PROGRAM attribute:
5} INFO SCHEDULER, DEFAULT-EXECUTOR-PROGRAM
SCHEDULER ATTRIBUTES
default-executor-program: $SYSTEM.SYSTEM.TACL
6} SUBMIT JOB DEP
Job DEP job number 321 submitted
7} INFO JOB DEP, EXECUTOR-PROGRAM
JOB ATTRIBUTES for DEP
jobnumber: 321
executor-program: $SYSTEM.SYSTEM.TACL
•
This example shows a SUBMIT JOB command specifying a job’s EXECUTOR-
PROGRAM attribute, thus overriding the scheduler’s DEFAULT-EXECUTOR-
PROGRAM attribute:
11} INFO SCHEDULER, DEFAULT-EXECUTOR-PROGRAM
SCHEDULER ATTRIBUTES
default-executor-program: $SYSTEM.SYSTEM.FUP
12} SUBMIT JOB BC, EXECUTOR-PROGRAM $QAT2.T9190D20.BATCHCOM
D[EFAULT]-E[XECUTOR]-[PROGRAM] file-name