Determine error-handling characteristics of r-code
- Last Updated: January 16, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
To determine whether a given r-code file was compiled with either BLOCK-LEVEL ON ERROR UNDO, THROW or ROUTINE-LEVEL ON ERROR UNDO, THROW in effect (applied by using either a statement
or the -undothrow parameter), inspect one of the following:
- The
UNDO-THROW-SCOPEattribute of theRCODE-INFOsystem handle - The
COMPILEstatement'sXREForXREF-XMLoutput