NetBatch Manual
Attributes
NetBatch Manual—522460-004
7-46
DEFAULT-STOP-ON-ABEND Scheduler Attribute
DEFAULT-STOP-ON-ABEND Scheduler Attribute
The DEFAULT-STOP-ON-ABEND scheduler attribute specifies the STOP-ON-ABEND
attribute of a job submitted without that attribute. For more information, see STOP-ON-
ABEND Job Attribute on page 7-105.
Consideration
A scheduler adopts the attribute DEFAULT-STOP-ON-ABEND OFF by default when
cold started.
Examples
•
This example shows a job adopting its STOP-ON-ABEND attribute from the
scheduler’s DEFAULT-STOP-ON-ABEND attribute:
2} INFO SCHEDULER, DEFAULT-STOP-ON-ABEND
SCHEDULER ATTRIBUTES
default-stop-on-abend: Off
3} SUBMIT JOB DSOA-1, RESTART OFF, STALL OFF
Job DSOA-1 job number 397 submitted
4} INFO JOB DSOA-1, STOP-ON-ABEND
JOB ATTRIBUTES for DSOA-1
jobnumber: 397
stop-on-abend: Off
•
This example shows a SUBMIT JOB command specifying a job’s STOP-ON-
ABEND attribute, thus overriding the scheduler’s DEFAULT-STOP-ON-ABEND
attribute:
6} INFO SCHEDULER, DEFAULT-STOP-ON-ABEND
SCHEDULER ATTRIBUTES
default-stop-on-abend: On
7} SUBMIT JOB DSOA-2, EVERY 2 DAYS, IFFAILS ON, RESTART ON,
STALL ON, STOP-ON-ABEND OFF
Job DSOA-2 job number 398 submitted
8} INFO JOB DSOA-2, STOP-ON-ABEND
JOB ATTRIBUTES for DSOA-2
jobnumber: 398
stop-on-abend: Off
D[EFAULT]-[STOP]-[ON]-[ABEND] { OF[F] | ON }