v60ExceptionCompatibility

If the v60ExceptionCompatibility property is set to YES, it has the following effects:

EGL sets v60ExceptionCompatibility to YES automatically when migrating code from EGL version 6 or VisualAge® Generator. You do not need this property for new code. You can set this property to different values in different programs within a run unit, but this practice can cause errors.

Compatibility

Table 1. Compatibility considerations for v60ExceptionCompatibility property
Platform Issue
COBOL generation If the v60ExceptionCompatibility property is set to YES, unhandled exceptions will display the error panel like version 6 did. If this property is set to NO, an ELAX abend is displayed and the messages are written to the ELAD queue.

Feedback