NetBatch Manual
Job Planning, Submission, and Management
NetBatch Manual—522460-004
4-13
Submitting Jobs
Submitting Jobs
To submit jobs to a NetBatch scheduler, use:
•
The BATCHCOM command SUBMIT JOB
•
The NetBatch-Plus application
You also can submit jobs programmatically from user-written programs.
This subsection discusses job submission using the SUBMIT JOB command only:
For NetBatch-Plus information, see the NetBatch-Plus Reference Manual. For
information about programmatic job submission, see the NetBatch Management
Programming Manual.
Submitting a Job With the SUBMIT JOB Command
The SUBMIT JOB command submits a job to the scheduler. On accepting the job, the
scheduler assigns it a unique number in the range 1 through 32767 for systems
running G-series RVUs. For systems running H-series RVUs, the range is 1 through
9999. If the job was submitted without a name, the scheduler generates a name of the
form ZBAT-nnnn, where nnnn is the job’s number; for example, ZBAT-0016.
The scheduler’s SUBMIT-ALLOWED attribute controls use of the SUBMIT JOB
command. You can use the command when the attribute is set to ON but not when it is
set to OFF. To check the value of the attribute, use the INFO SCHEDULER command.
Function Page
Submitting a Job With the SUBMIT JOB Command
4-13
Specifying a Job’s Class and Selection Priority 4-19
Specifying a Job’s Executor Program and the Program’s Run Options and
Parameters
4-20
Specifying a Job’s Input File, Defaults, and PURGE-IN-FILE Attribute 4-21
Specifying a Job’s Output File, Maximum Print Lines or Maximum Print Pages, and
Log File
4-22
Scheduling a Job 4-23
Specifying a Job’s Hold Characteristics 4-26
Controlling a Job’s Behavior on Process Failure 4-28
Specifying a Job’s Tape Drives Requirements 4-30
Specifying a Job’s Dependencies 4-31
Specifying a Job’s ASSIGNs, DEFINEs, and PARAMs 4-34
Specifying a Job’s Description 4-40