NetBatch Manual
Attributes
NetBatch Manual—522460-004
7-97
RUND Job Attribute
> DIVER /CPU 3/
PROCESSOR FAILURE: 3
> BATCHCOM $ZBAT; STATUS JOB *
JOB STATUS
JOB JOBNAME USERID LOG STATE CLASSNAME
---- ---------------- ------- ---- ----------- ---------
438 X 255,255 85 READY DEFAULT
439 Y 255,255 87 10NOV93 DEFAULT
RUND Job Attribute
The RUND job attribute specifies whether a job’s executor program enters the
Guardian debug facility Debug or the Inspect interactive symbolic debugger when the
program runs.
OFF
specifies normal program execution.
ON
makes the executor program enter Debug or Inspect at the first executable
instruction of the program’s MAIN procedure. For information about Debug, see the
Debug Manual. For information about Inspect, see the Inspect Manual. A job with
the RUND ON attribute must also have the TERM attribute specifying a home
terminal for Debug or Inspect output. Without the TERM attribute, the job fails
during startup and goes into the SPECIAL-4 state.
Considerations
•
The scheduler treats a job submitted without the RUND attribute like a job
with the
attribute RUND OFF.
•
The scheduler places the value of the RUND attribute in the debug-
options
parameter of the PROCESS_CREATE_ procedure. For more
information about the procedure, see the Guardian Procedure Calls Reference
Manual.
Example
This example shows the effect of the RUND attribute:
> BATCHCOM $ZBAT; SUBMIT RUND-JOB, EXECUTOR-PROGRAM BATCHCOM,
TERM $ZTN0.#PTY0014, RUND ON
Job RUND-JOB Jobnumber 4 submitted
> BATCHCOM $ZBAT; STATUS JOB 4
JOB STATUS
JOB JOBNAME USERID LOG STATE CLASSNAME
---- ---------------- ------- ---- ----------- ---------
RUND { OF[F] | ON }