The CONTINUE statement is primarily used for __________ error handling in COBOL programs.

  • General
  • Specific
  • Structured
  • Systematic
The CONTINUE statement in COBOL is primarily used for specific error handling. It allows the program to continue processing even if an error condition is encountered, providing a mechanism for graceful recovery.
Add your answer
Loading...

Leave a comment

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