
Condition Checking and Branching JMCL Parameters
9-8 User Reference
Use DATA to bypass SYSIPT data during a GOTO branch. Because SYSIPT data is
processed specially, BIM-EPIC cannot bypass it automatically.
Place a DATA parameter on the EXEC statement of each program that is followed by SYSIPT
data. DATA is valid only on EXEC statements.
DATA [ =
n
]
Parameter Required? Valid Default
GOTO No 1 to 8 characters None
NAME No 1 to 8 characters None
DATA No 1 to 127 1
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.
// EXEC PAYROLL DATA
<SYSIPT data here>
/*
DATA
Syntax
Branching
Subparameters
Example
Comentarios a estos manuales