Previous PageNext Page

Iterative DO Loop
A DO group may be repeated a certain number of times by specifying an index variable and a series of values for it to sequence. The DO group executes for each values of the index variable. The index variable may be used - and often is - in the execution of the DO group.

Previous PageTable Of ContentsNext Page