In COBOL, the _______ clause is used to declare exception conditions that can be raised during program execution.

  • ERROR
  • EXCEPTION
  • INVALID
  • ON EXCEPTION
In COBOL, the EXCEPTION clause is used to declare exception conditions. It allows the programmer to specify the actions to be taken when an exceptional situation occurs during program execution.
Add your answer
Loading...

Leave a comment

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