NetBatch Manual

Attributes
NetBatch Manual522460-004
7-45
DEFAULT-STALL Scheduler Attribute
This example shows SUBMIT JOB command specifying a job’s SELPRI attribute,
thus overriding the schedulers DEFAULT-SELPRI attribute:
17} INFO SCHEDULER, DEFAULT-SELPRI
SCHEDULER ATTRIBUTES
default-selpri: 5
18} SUBMIT JOB B, HOLD ON, SELPRI 4
Job B job number 316 submitted
19} INFO JOB B, SELPRI
JOB ATTRIBUTES for B
jobnumber: 316
selpri: 4
DEFAULT-STALL Scheduler Attribute
The DEFAULT-STALL scheduler attribute specifies the STALL attribute of a job
submitted without that attribute. For more information, see STALL Job Attribute on
page 7-102.
Consideration
A scheduler adopts the attribute DEFAULT-STALL OFF by default when cold started.
Examples
This example shows a job adopting its STALL attribute from the schedulers
DEFAULT-STALL attribute:
7} INFO SCHEDULER, DEFAULT-STALL
SCHEDULER ATTRIBUTES
default-stall: On
8} SUBMIT JOB DS1, EVERY 7 DAYS, IFFAILS ON, RESTART OFF,
STOP-ON-ABEND ON
Job DS1 job number 2 submitted
9} INFO JOB DS1, STALL
JOB ATTRIBUTES for DS1
jobnumber: 2
stall: On
This example shows a SUBMIT JOB command specifying a job’s STALL attribute,
thus overriding the schedulers DEFAULT-STALL attribute:
11} INFO SCHEDULER, DEFAULT-STALL
SCHEDULER ATTRIBUTES
default-stall: On
12} SUBMIT JOB DS2, RESTART ON, STOP-ON-ABEND OFF, STALL OFF
Job DS2 job number 3 submitted
13} INFO JOB DS2, STALL
JOB ATTRIBUTES for DS2
jobnumber: 3
stall: Off
D[EFAULT]-ST[ALL] { OF[F] | ON }