CEE3575I
DLL dll-name does not export any variables.

Explanation

An attempt was made to query an external variable, but DLL dll-name does not contain any exported variables.

System action

The request is ignored.

If this was a C dllqueryvar() or dlsym() request and the _EDC_DLL_DIAG environment variable was not set to QUIET, the error message was 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 dlsym() request, this error could also be returned to the caller through a subsequent call to the C dlerror() function.

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

Programmer response

Ensure that the DLL indicated in the job library or link library is the correct version, and that it contains the external variable.

Symbolic Feedback Code

CEE3FN