📚 Practice Mode
DB2 SQL Return Codes and COBOL Programming
Learn at your own pace with hints and detailed explanations
1 / 20
Multiple Choice
In the below code, what will happen if first IF is satisfied. IF A=B NEXT SENTENCE ELSE IF C=D Move 20 to C End-If Move 40 to D End-If. Move A to B. Move C to D.
- (A) Control Starts after the line where, FULLSTOP is present
- (B) Control Starts after the line where, First END-IF is present
- (C) Control starts after the line where, its respective END-IF is present
- (D) None of the above.