EDC6053S
An AMODE 31 application is attempting to load an AMODE 24 DLL load module.

Explanation

An application with AMODE=31 is attempting to load a DLL load module link-edited as a load module with AMODE=24.

System action

Application is terminated with return code 3000.

Programmer response

Ensure that the AMODE of the application and the AMODE of the DLL load module are the same. Re-link your DLL load module to have AMODE=31.

Symbolic Feedback Code

EDC5T5