Data editing > Flow control
 
Flow control
Statements in the edit section are usually dealt with in the order in which they occur in the program. Quantum provides statements which can be used to alter this normal order of execution, for example, by missing out a statement or repeating a group of statements a number of times.
See
Statements of condition: if
Statements of condition: else
Routing around statements
continue
Loops
Rejecting records
Jumping to the tabulation section
Stopping the processing of data by the edit
Canceling the run
Going temporarily to the tab section