The PROPAGATE directive activates or deactivates propagation of exceptions for CALL statements.
{ OFF }
1. When propagation is OFF, and a CALL statement without the ON EXCEPTION clause fails, an error is shown and execution terminates.When propagation is ON and a CALL statement without the ON EXCEPTION clause fails, the COBOL program terminates and reports the exception to the caller. The Runtime Framework keeps reporting the same exception to the caller until a program without propagation, or a CALL statement with an ON EXCEPTION clause is found.
| Copyright (c) 2017 Veryant |
| Contact us |
|
Please share your comments on this manual or on any Veryant product documentation with the email button at the top left |