When a CONTINUE statement is encountered, it allows the program to ___________ executing subsequent statements in the same scope.

  • Bypass
  • Interrupt
  • Maintain
  • Resume
When a CONTINUE statement is encountered in COBOL, it allows the program to resume executing subsequent statements in the same scope, effectively bypassing the error handling code.
Add your answer
Loading...

Leave a comment

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