CEE3503S
The load request for module module-name was unsuccessful.

Explanation

The system could not load the load module.

System action

Module was not loaded. The application might abend.

If this was a C dllload() or dlopen() request and the _EDC_DLL_DIAG environment variable was not set to QUIET, the error message wass sent to the Language Environment® message file. Other DLL diagnostic options, such as issuing ctrace(), signaling a condition, and turning off _EDC_DLL_DIAG diagnostics, were available through the _EDC_DLL_DIAG environment variable.

If this was an explicit C dlopen() request, this error could also be returned to the caller through a subsequent call to the C dlerror() function.

If this was a DLL load or open request, a CEEDLLF DLL failure control block was populated with further DLL error diagnostics.

Programmer response

Check the original abend from the operating system and refer to the underlying operating system message manual for explanation and programer's response. The module name specified in the message might be truncated for display purposes.

Symbolic Feedback Code

CEE3DF