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 in an iterative DO-group.

Read syntax diagramSkip visual syntax diagram>>-%--+------------+--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.

Terms of use | Feedback

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