%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.
- label-constant
- Must be the label of a containing DO-group. If label-constant is omitted, control transfers to the END statement of the most recent iterative do-group containing the ITERATE statement.
