
Condition Checking and Branching
User Reference
Connectivity Systems, Inc.—Copyright © 2006
Use Pursuant to Company Instructions
9-9
NAME Marks the destination of the GOTO branch. If you bypass
SYSIPT data during the branch, you must use the DATA
parameter. See
IF and Conditions for additional
information. For example:
GOTO=label {label | JOBEND}
If you are restarting a job, you may need to use
TYPRUN=RESTART.
Note: If the step executed in the restart checks for a
condition code, that condition code may be invalid at
restart time.
NAME Subparameter
label Specifies the NAME label for the branch
destination. The value must match the label
specified on the NAME parameter. If you specify
GOTO=JOBEND, GOTO branches to end-of-job
(/&). A NAME parameter is not required. For
example:
* JMCL GOTO=SORT3
DATA Bypasses SYSIPT data during a GOTO branch. Because
SYSIPT data is uniquely processed, BIM-EPIC cannot
bypass it automatically.
Place a DATA parameter on the EXEC statement of each
program followed by SYSIPT data. DATA is valid only on
EXEC statements. For example:
DATA [ =n ]
DATA Subparameter
n Specifies the number of SYSIPT data streams to
bypass for a single EXEC. The default is one, so
you only need to specify n when there is more
than one data stream for the EXEC. For example:
// EXEC PAYROLL DATA
<SYSIPT data here>
/*\
Parameter Definition
Kommentare zu diesen Handbüchern