In error handling, what does the "CONTINUE" statement typically signify?

  • No specific action is taken, and the program continues with the next statement
  • The error is logged to a file
  • The program rolls back to the previous checkpoint
  • The program terminates immediately
In error handling, the "CONTINUE" statement in COBOL signifies that no specific action is taken, and the program continues with the next statement in the normal flow, allowing for graceful handling of errors without disrupting the program execution.
Add your answer
Loading...

Leave a comment

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