Interactions between Error Recovery Statements

A single process could include two or more of the error recovery and cleanup mechanisms mentioned in this section. For example, a process might include ON statements, TRY statements, EPILOG procedures, and EXCEPTION procedures. A process can also contain multiple instances of each of these types of protection (for example, multiple TRY statements).