NetBatch Manual

Job Planning, Submission, and Management
NetBatch Manual522460-004
4-48
Dealing With Job Output
Interpreting the Contents of a Job Log File
The scheduler records events in a job log file in the same way that it records events in
a scheduler log file. Events appear in chronological order, and each has a timestamp
and keyword identifying its type.
For information about event keywords and logging formats in event descriptions, see
Dealing With Scheduler Log Files on page 3-38.
Executor-Program Output
A job’s executor-program process writes the commands it executes to the job’s output
file. If the file is a spooler collector process, the scheduler creates a new spooler job for
the output.
Figure 4-12 on page 4-49 shows a commented example of executor-program output.
The output relates to the job whose log file appears in the previous figure.
Figure 4-11. Sample Job Log File
Event
key-
word
Event
timestamp
Event
description
Job SPOOLER-CLEANUP initiated.
Job number: 643
Owner: SUPER.FPP (255,205)
Log file spooler job number: 1192
Executor: EX1
19MAR93 10:05:14 BEGIN JOB (SUPER.FPP)SPOOLER-CLEANUP E_EX1
L_1192 J_643 U_255,205
Scheduler updates job state to
EXECUTING.
19MAR93 10:05:15 UPDATE JOB SPOOLER-CLEANUP J_643
19MAR93 10:05:15 LIST JOB SPOOLER-CLEANUP EXECUTING J_643
Scheduler logs operating system confirmation
that job’s executor-program process (named)
is running.
Program file: TACL
Process ID: \MELBDEV.$Y373:35271353
Owner: 255,205
19MAR93 10:05:16 START EXECUTOR-PROGRAM U_255,205 J_643
P_TACL \MELBDEV.$Y373:35271353
Executor program starts an unnamed
SPOOLCOM process in response to a
command in the job’s input file.
Program file: SPOOLCOM
Process ID: \MELBDEV.$:1:75:32058040
Owner: 255,205
19MAR93 10:05:34 START U_255,205 J_643 P_SPOOLCOM
\MELBDEV.$:1:75:32058040
SPOOLCOM process stops with completion
code 0 (normal, voluntary termination with no
errors).
19MAR93 10:05:36 STOP CC_0 J_643 \MELBDEV.$:1:75:32058040
Executor-program process stops with
completion code 0.
19MAR93 10:05:37 STOP CC_0 EXECUTOR-PROGRAM J_643
\MELBDEV.$Y373:35271353
Job SPOOLER-CLEANUP completed. CPU
time taken by job was 4.000136 seconds.
19MAR93 10:05:38 FINISH JOB SPOOLER-CLEANUP T_0:0:4:136 J_643
P_TACL
VST113.vsd