Directives 

TRY .. CATCH .. FINALLY .. END_TRY

Exception/Error Trapping

Format

TRY
... logic to run ...

CATCH
... logic to execute should an error occur

FINALLY
... optional logic to execute after the TRY or CATCH logic completes

END_TRY 

Description

For a description of the CATCH directive, see TRY directive.

(The TRY .. CATCH .. FINALLY .. END_TRY directives were added in PxPlus v10.10.)