PERFORM 300-RTN VARYING I FROM 2 BY 3 UNTIL I > 6
AFTER J FROM 5 BY -2 UNTIL J < 2.
Which of the following is NOT true?
After execution, I = 8. |
||
After execution, J = 1. |
||
300-RTN will be executed 8 times. |
||
Both I and J must be defined in the DATA DIVISION. |
||
The major loop is controlled by I. |