%ITERATE Statement
The %ITERATE statement transfers control to the %END
statement that delimits its containing iterative DO-group. The current
iteration completes and the next iteration, if needed, is started.
The ITERATE statement can be specified inside a non-iterative
DO-group as long as that DO-group is contained in an iterative DO-group.
 >>-%--+------------+--ITERATE--+-------+--;--------------------><
| .--------. | '-label-'
| V | |
'---label:-+-'
|
- label-constant
- Must be the label of a containing DO-group. If omitted, control
transfers to the END statement of the most recent iterative do-group
containing the ITERATE statement.
|
This information center is powered by Eclipse technology. (http://www.eclipse.org)