NetBatch Manual

Attributes
NetBatch Manual522460-004
7-69
INITIATION Scheduler Attribute
23} STATUS JOB *
JOB JOBNAME USERID LOG STATE
CLASSNAME
---- ------------------------ ------- ---- ----------- -----
390 JOB-A 255,205 READY DEFAULT
391 JOB-B 255,205 READY DEFAULT
24} ALTER CLASS DEFAULT, INITIATION ON
Class DEFAULT altered
25} STATUS JOB *
JOB JOBNAME USERID LOG STATE
CLASSNAME
---- ------------------------ ------- ---- ----------- -----
390 JOB-A 255,205 141 EXECUTING DEFAULT
391 JOB-B 255,205 142 EXECUTING DEFAULT
26} STATUS EXECUTOR *
EXECUTOR CPU STATE JOB CLASS
------------------------ --- ------ ---- ---------
E1 0 ACTIVE 390 DEFAULT
E2 1 ACTIVE 391 DEFAULT
INITIATION Scheduler Attribute
The INITIATION scheduler attribute enables or disables job startup by the scheduler.
The attribute lets you prevent jobs from starting after a scheduler warm start and
prevent jobs from starting in a running scheduler. The attribute does not prevent users
from submitting jobs and does not affect executing or over-limit jobs.
OFF
prevents the scheduler from starting submitted jobs.
ON
lets the scheduler start submitted jobs.
Considerations
A scheduler adopts the attribute INITIATION ON by default when cold
started.
To prevent jobs from starting after a scheduler warm start, set the
scheduler’s
INITIATION attribute to OFF before entering the START
SCHEDULER command. When the scheduler starts and after reviewing your jobs,
set the attribute to ON.
INI[TIATION] { OF[F] | ON }