This figure shows the processing steps for a PERFORM statement with the TEST BEFORE phrase and one identifier in the VARYING phrase. The following is an example of such a PERFORM statement:
PERFORM c1 THRU c2 TEST BEFORE VARYING identifier-2 FROM 1 BY 1 UNTIL condition-1
The following are the processing steps:
End of figure description.