NetBatch Manual
Commands
NetBatch Manual—522460-004
6-190
SUSPEND JOB Command
BEGIN JOB (FPP.USER)ZBAT-0092:1 E_E1 L_689 J_92 P_DELAY
\MELBDEV.$Z714:17394989 U_205,70
UPDATE EXECUTOR E1 S_ACTIVE
LIST JOB ZBAT-0092 EXECUTING J_92
START EXECUTOR-PROGRAM U_205,70 J_92 P_DELAY
\MELBDEV.$Z714:17394989
STOP CC_0 EXECUTOR-PROGRAM J_92 \MELBDEV.$Z714:17394989
UPDATE EXECUTOR E1 S_ON
FINISH JOB ZBAT-0092 T_0:0:0:12 J_92 P_DELAY
DELETE JOB ZBAT-0092 J_92
SUSPEND JOB Command
Use the SUSPEND JOB command to suspend executing processes associated with
jobs. The command does not suspend 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.
filter
specifies one of these job-selection criteria (described in STATUS JOB Command
on page 6-165):
A[TTACHMENT]-S[ET] [ [ ( user-ID ) ] attachment-set-ID
#CURRENT ]
CL[ASS] class-ID
IN file-ID
STATE state
U[SER] user-ID
WAITO[N] master-job
SUS[PEND] [ JOB ] [ / OU[T] [ file-name ] / ]
{ job-ID }
{ ( [ [NOT] job-ID ,]… [NOT] filter [ , [NOT] filter ]… )