EDC5209I
No variables exported from this dllHandle.

Explanation

Attempting to query an external variable, but the DLL does not contain any imported variables.

System action

The request is ignored.

If the _EDC_DLL_DIAG environment variable is not set to QUIET, an error corresponding message is also issued 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.

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

Programmer response

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

Symbolic Feedback Code

EDC52P