1. SUBMIT Command

Submits a batch job to TJES. For information about TJES, refer to OpenFrame TJES Guide.

Syntax
figure submit stmt
Figure 1. SUBMIT Command

image

image

image

Item Description

dataset

Name of a JCL data set to use.

Operands

The following table describes the operands mentioned previously.

Operand Description

NOTIFY (NOT)

Notifies job completion to the terminal. For syntax check only.

NONOTIFY (NON)

Does not notify job completion to the terminal. For syntax check only.

RUN (R)

Runs the job. For syntax check only.

NORUN (NOR)

Holds the job. For syntax check only.

Example

The following example uses the SUBMIT command.

SUBMIT 'SYS1.JCLLIB(SORT01)'