EDC5052S
The application is running with AMODE=24 while the run-time library was installed above the line.

Explanation

The application which is accessing the run-time library is running with AMODE=24. But the run-time library was installed above the 16MB line, which the application cannot address.

System action

Application is terminated with 3000 abend.

Programmer response

Ensure the AMODE of the application matches that of the run-time library. Language Environment no longer supports C applications in AMODE=24. Relink the application to have AMODE=31.

Symbolic Feedback Code

EDC4TS