When an error is handled using the "CONTINUE" statement, the program _____ executing the next statement after the error.

  • Halts
  • Restarts
  • Resumes
  • Skips
When an error is handled using the "CONTINUE" statement in COBOL, the program resumes executing the next statement after the error. The "CONTINUE" statement allows the program to proceed without being terminated by the error.
Add your answer
Loading...

Leave a comment

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