Rational Developer for System z
Enterprise PL/I for z/OS, Version 3.8, Language Reference Manual

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 by an iterative do-group.

Read syntax diagramSkip visual syntax diagram>>-ITERATE--+----------------+--;------------------------------><
            '-label-constant-'
 
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.

For an example, see Type 4.


Terms of use | Feedback

This information center is powered by Eclipse technology. (http://www.eclipse.org)