NetBatch Manual
Job Planning, Submission, and Management
NetBatch Manual—522460-004
4-20
Specifying a Job’s Executor Program and the
Program’s Run Options and Parameters
483 Q 255,255 4 READY DEFAULT
484 R 255,255 7 EXECUTING DEFAULT
86} STATUS JOB *, SELPRI
JOB JOBNAME USERID SEL STATE CLASSNAME
---- ---------------- ------- ---- ----------- ---------
482 P 255,255 1 READY DEFAULT
483 Q 255,255 4 EXECUTING DEFAULT
87} STATUS JOB *, SELPRI
JOB JOBNAME USERID SEL STATE CLASSNAME
---- ---------------- ------- ---- ----------- ---------
482 P 255,255 1 EXECUTING DEFAULT
88} STATUS JOB *, SELPRI
2117-I No JOB selected
Specifying a Job’s Executor Program and the Program’s Run
Options and Parameters
These attributes specify a job’s executor program and the program’s run options and
parameters. The executor program executes the statements in the job’s input file. The
run options and parameters specify items such as the program’s execution priority and
startup message.
Example
This example shows the EXECUTOR-PROGRAM, STARTUP, PRI, and HIGHPIN
attributes of two jobs. The jobs are the same except for their HIGHPIN attributes. Job
D has the attribute HIGHPIN ON, which makes the job’s executor-program process run
at a high PIN (276). Job E has the attribute HIGHPIN OFF, which makes the job’s
executor-program process run at a low PIN (42).
> BATCHCOM $SCHD; SUBMIT JOB D, IN INFILE,
EXECUTOR-PROGRAM $SYSTEM.SYS00.TACLHI,
STARTUP ";SEGVOL $NB", PRI 180, HIGHPIN ON
Job D job number 7 submitted
> BATCHCOM $SCHD; SUBMIT JOB E, LIKE D, HIGHPIN OFF
Job E job number 8 submitted
> BATCHCOM $SCHD; INFO JOB *, EXECUTOR-PROGRAM, STARTUP,
PRI, HIGHPIN
JOB ATTRIBUTES for D
jobnumber: 7
executor-program: $SYSTEM.SYS00.TACLHI
startup: ;SEGVOL $NB
pri: 180
highpin: On
JOB ATTRIBUTES for E
jobnumber: 8
executor-program: $SYSTEM.SYS00.TACLHI
startup: ;SEGVOL $NB
pri: 180
highpin: Off
> STATUS *, GMOMJOBID $SCHD.7
Process Pri … Program file Hometerm
$Z0007 0,276 180 … $SYSTEM.SYS00.TACLHI $SCHD