The _______ statement in COBOL is often used to switch control to the next iteration of a loop.
- CONTINUE
- EXIT
- ITERATE
- NEXT
The ITERATE statement in COBOL is used to transfer control to the next iteration of a loop. It allows for skipping the remaining statements in the loop and proceeding with the next iteration.
Loading...
Related Quiz
- In COBOL, the "Extend" access mode is used for _____
- What is the difference between a figurative constant and a user-defined constant in COBOL?
- A _____ is a tool or software used in COBOL debugging that provides detailed information about the program's execution.
- When working with relative files, what is the significance of the RELATIVE KEY clause?
- What is the main objective of file handling performance optimization in COBOL?