The "ON EXCEPTION" phrase can be used to specify the _____ that should be taken when a specific exception condition is encountered.

  • Action or actions
  • Condition code
  • Procedure division
  • State transition
The "ON EXCEPTION" phrase in COBOL allows you to specify the action or actions to be taken when a specific exception condition is encountered during program execution. This facilitates the handling of errors and exceptions in a structured manner.
Add your answer
Loading...

Leave a comment

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