NetBatch Manual
Job Planning, Submission, and Management
NetBatch Manual—522460-004
4-16
Submitting a Job With the SUBMIT JOB Command
IFFAILS Determines whether the scheduler
reschedules a recurrent job (a job
that has the CALENDAR or
EVERY attribute) that fails during
execution. Works in combination
with the job’s RESTART, STALL,
and STOP-ON-ABEND attributes.
No IFFAILS attribute.
IN Specifies the name of a job’s input
file.
No IN attribute. Job uses
scheduler as its input file.
JOB-LOG Directs log-file events for a job to
a specified file.
No JOB-LOG attribute.
JOBID-ZERO Determines whether the scheduler
assigns a GMOMJOBID to a job’s
executor-program process.
OFF.
LIB Specifies the name of the user
library file for a job’s executor
program.
No LIB attribute. Executor
program uses library file specified
when program last ran. The
program runs without a library file
if that is how it ran previously.
The current library file applies if
program is running.
LIMIT Specifies an execution time limit
for a job.
No LIMIT attribute.
MAXPRINTLINES Specifies the maximum number of
print lines for a job’s spooler
output file.
DEFAULT-MAXPRINTLINES
scheduler attribute.
MAXPRINTPAGES Specifies the maximum number of
print pages for a job’s spooler
output file.
DEFAULT-MAXPRINTPAGES
scheduler attribute.
MEM Specifies the minimum number of
2048-byte memory pages allotted
to a job’s executor-program
process for user data.
No MEM attribute. Job has
memory pages allotted according
to memory-pages value specified
in executor program. This default
also applies when MEM attribute
specifies a number less than that
value.
NAME Specifies a name for a job’s
executor-program process.
No NAME attribute. Executor-
program process assigned
system-generated name.
OUT Specifies the output file to which
the scheduler writes data
produced by an executing job.
DEFAULT-OUT scheduler
attribute.
Table 4-4. Job Attributes (page 2 of 4)
Attribute Function Default Value