NetBatch Manual
Job Planning, Submission, and Management
NetBatch Manual—522460-004
4-47
Dealing With Job Output
43> BATCHCOM $ZBAT; STATUS JOB 767
JOB JOBNAME USERID LOG STATE CLASSNAME
---- ---------------- ------- ---- ----------- ---------
767 I 205,70 1:Hold DEFAULT
44> BATCHCOM $ZBAT; DELETE JOB 767
Job I job number 767 deleted
45> BATCHCOM $ZBAT; STATUS JOB 767
2099-E JOB does not exist
Dealing With Job Output
Job output is data produced by an executing job and written to the output file specified
by the job’s OUT attribute. The data can include the job’s log file, executor-program
output, and output from processes started by the executor program.
Job Log Files
Job log files record details of events occurring during job execution. The scheduler
creates and opens the files as specified by the jobs’ JOB-LOG and OUT attributes.
Figure 4-11 on page 4-48 shows a commented example of a job log file. The example
lists events that occur when a job’s TACL executor-program process executes a
SPOOLCOM command. (The examples in Figure 4-12 on page 4-49 and Figure 4-13
on page 4-49 relate to this job.)