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.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *