When handling exceptions in COBOL programs, the "HANDLE EXCEPTION" phrase allows you to define custom _____ routines.

  • Error reporting
  • Exception handling
  • Logging
  • Recovery
The "HANDLE EXCEPTION" phrase in COBOL enables the programmer to define custom recovery routines that specify the actions to be taken when a specific exception is encountered. This facilitates customized exception handling and program recovery strategies.
Add your answer
Loading...

Leave a comment

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