Which COBOL verb is commonly used to handle file errors and exceptions?

  • CONTINUE
  • FILE-CONTROL
  • HANDLE
  • ON EXCEPTION
The FILE-CONTROL verb in COBOL is commonly used to handle file errors and exceptions. It specifies various attributes of files, including the FILE STATUS clause, which helps in managing file-related errors during program execution.
Add your answer
Loading...

Leave a comment

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