NetBatch Manual

Attributes
NetBatch Manual522460-004
7-5
Job Attributes
STALL determines whether the scheduler puts in the SPECIAL-9 state a
failed job
it would otherwise reschedule or delete. The attribute works in
combination with the job’s IFFAILS, RESTART, and STOP-ON-ABEND attributes.
STAL[L] { OF[F] | ON }
STARTUP specifies one or more program parameters the scheduler sends a
job’s
executor-program process in the startup message:
STARTU[P] " param-set "
STOP-ON-ABEND determines whether the scheduler stops a job and all its
processes if any process of the job terminates because of CPU failure; abends
with any completion code; or stops with completion code -3, -2, -1, 2, 3, 4, 5, or 6.
S[TOP]-[ON]-[ABEND] { OF[F] | ON }
SWAP specifies the name of the swap file for the user data stack segment of
a job’s
executor-program process:
SWA[P] { $volume-name | file-name }
TAPEDRIVES specifies the number of tape drives required by a job:
TA[PEDRIVES] number
TERM specifies the home terminal of a job’s executor-program process:
TERM $process-name
VOLUME specifies the default node, volume, and subvolume for unqualified
file
references in a job’s input file. You also can use the attribute to specify the
default security for disk files created by the job.
V[OLUME] { \node. [ volume ] [ ‚ " security " ]
[ \node. ] volume [ ‚ " security " ]
[ \node. ] [ volume ] ‚ " security ") }
WAIT delays execution of a job for a specified period from the current time
on the
node where the job’s scheduler is running:
WAIT hours [ : mins ]
WAITON specifies the names of up to 50 jobs on which execution of another
job
depends. You can remove the attribute from the job by specifying WAITON
without any options.
WAITO[N] [ job-name [ case ]
( job-name [ case ] [ , job-name [ case ] ]… ) ]
case is one of:
REL[EASE]
STO[P]
STO[P]-[ABEND]