NetBatch Manual
Commands
NetBatch Manual—522460-004
6-32
ACTIVATE JOB Command
FINISH JOB XYZ T_0:0:0:0 J_7 P_DELAY U_255,205
H_\M.$ZTN0.#PTY4
DELETE JOB XYZ J_7 U_255,205 H_\M.$ZTN0.#PTY4
DOSTOP Myself
•
To warm start a scheduler shut down by the ABORT SCHEDULER command:
14> PPD $ZBAT
Name Primary Backup Ancestor
$ZBAT 2,37 0,80 $C2
15> BATCHCOM $ZBAT; ABORT SCHEDULER
Scheduler aborted
16> PPD $ZBAT
(Process does not exist)
17> NETBATCH /NAME $ZBAT, NOWAIT/ $DATA7.ZBAT
18> PPD $ZBAT
Name Primary Backup Ancestor
$ZBAT 2,34 $C2
19> BATCHCOM $ZBAT; START SCHEDULER
Scheduler started
20> PPD $ZBAT
Name Primary Backup Ancestor
$ZBAT 2,34 3,17 $C2
ACTIVATE JOB Command
To reactivate suspended processes associated with jobs, use the ACTIVATE JOB
command. The command does not reactivate suspended processes dissociated from a
job by the TACL RUN command option JOBID or by the JOBID-ZERO job attribute.
file-name
specifies a command output file. The file can be a device, a process, or a disk file.
For a disk file, BATCHCOM appends output if the file exists, but creates an EDIT
file if the file does not exist. If you specify / OUT / (that is, omit file-name),
BATCHCOM suppresses output.
job-ID
specifies a job name or number, or a range of job names. To specify a range of job
names, use the asterisk (*) and question mark (?) wild-card characters. An asterisk
on its own specifies all jobs.
NOT
excludes jobs that satisfy the specified job-selection criterion.
AC[TIVATE] [ JOB ] [ / OU[T] [ file-name ] / ]
{ job-ID }
{ ( [ [NOT] job-ID ,]… [NOT] filter [ , [NOT] filter ]… )