CEE3592I
The external symbol was not found in DLL dll-name.

Explanation

An attempt was made to locate an external symbol in DLL dll-name, but either the symbol name was null, or the length of the symbol name was negative.

System action

If the _EDC_DLL_DIAG environment variable is not set to QUIET, the error message is 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, are available through the _EDC_DLL_DIAG environment variable.

This error can also be returned to the caller through a subsequent call to the C dlerror() function.

A CEEDLLF DLL failure control block is populated with further DLL error diagnostics.

Programmer response

The request is ignored. Ensure that the symbol name and length are specified correctly on the C dlsym() request.

Symbolic Feedback Code

CEE3G8