When implementing exception handling in COBOL, the _______ statement is used to propagate an exception to higher-level routines.

  • PROPAGATE
  • RAISE
  • SIGNAL
  • THROW
The PROPAGATE statement in COBOL is used to propagate an exception to higher-level routines. It allows the handling of exceptions at different levels in the program hierarchy.
Add your answer
Loading...

Leave a comment

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