NetBatch Manual
Attributes
NetBatch Manual—522460-004
7-43
DEFAULT-PRI Scheduler Attribute
Examples
•
This example shows a job adopting its OUT attribute from the scheduler’s
DEFAULT-OUT attribute:
9} INFO SCHEDULER, DEFAULT-OUT
SCHEDULER ATTRIBUTES
default-out: \MELBDEV.$S.#BATCH
10} SUBMIT JOB DO1
Job DO1 Jobnumber 1 submitted
11} INFO JOB DO1, OUT
JOB ATTRIBUTES for DO1
jobnumber: 1
out: \MELBDEV.$S.#BATCH
•
This example shows a SUBMIT JOB command specifying a job’s OUT attribute,
thus overriding the scheduler’s DEFAULT-OUT attribute:
10} INFO SCHEDULER, DEFAULT-OUT
SCHEDULER ATTRIBUTES
default-out: \MELBDEV.$T4.#A
11} SUBMIT JOB D02, OUT $DATA7.NB.D02OUT
Job D02 job number 2 submitted
12} INFO JOB D02, OUT
JOB ATTRIBUTES for D02
jobnumber: 2
out: \MELBDEV.$DATA7.NB.D02OUT
DEFAULT-PRI Scheduler Attribute
The DEFAULT-PRI scheduler attribute specifies the execution priority of the executor-
program process of a job submitted without the PRI attribute. For more information,
see PRI Job Attribute on page 7-92.
number
is a number in the range 1 through 199 (1 is lowest) specifying the execution
priority of a job’s executor-program process.
Consideration
A scheduler adopts the attribute DEFAULT-PRI 120 by default when cold started.
Examples
•
This example shows a job adopting its PRI attribute from the scheduler’s
DEFAULT-PRI attribute:
3} INFO SCHEDULER, DEFAULT-PRI
SCHEDULER ATTRIBUTES
D[EFAULT]-P[RI] number