NetBatch Manual
Attributes
NetBatch Manual—522460-004
7-72
JOB-LOG Job Attribute
job-log:
8} RUN PERUSE
PERUSE - T9101D20 - (01JUN93) SYSTEM \MELBDEV
SPOOLER SUPERVISOR IS \MELBDEV.$SPLS
JOB BATCH STATE PAGES COPIES PRI HOLD LOCATION … .
.
80 48 READY 2 1 4 #RUN1 …
81 48 READY 1 1 4 #RUN1 …
82 49 READY 1 1 4 #RUN2 … .
.
•
This example shows two similar jobs that send their output to a spooler. The first
job does not have the JOB-LOG attribute, so the spooler batches together the job’s
log file and executor-program output file. The second job uses the JOB-LOG
attribute to separate the log file from other output, so the spooler assigns different
batch numbers to the log and executor-program output files.
10} SUBMIT JOB, EXECUTOR-PROGRAM TACL, IN INFILE, OUT
$S.#RUN3
Job ZBAT-0019 Jobnumber 19 submitted
11} INFO JOB 19, OUT, JOB-LOG
JOB ATTRIBUTES for ZBAT-0019
jobnumber: 19
out: \MELBDEV.$S.#RUN3
12} SUBMIT JOB, EXECUTOR-PROGRAM TACL, IN INFILE, OUT
$S.#RUN4,
JOB-LOG $S.#RUN4LOG
Job ZBAT-0020 Jobnumber 20 submitted
13} INFO JOB 20, OUT, JOB-LOG
JOB ATTRIBUTES for ZBAT-0020
jobnumber: 20
out: \MELBDEV.$S.#RUN4
job-log: \MELBDEV.$S.#RUN4LOG
14} RUN PERUSE
PERUSE - T9101D20 - (01JUN93) SYSTEM \MELBDEV
SPOOLER SUPERVISOR IS \MELBDEV.$SPLS
JOB BATCH STATE PAGES COPIES PRI HOLD LOCATION … .
.
85 52 READY 2 1 4 #RUN3 …
86 52 READY 1 1 4 #RUN3 …
87 53 READY 1 1 4 #RUN4LOG …
88 54 READY 1 1 4 #RUN4 … .
.