CEE3580S
External variable variable-name was not found in DLL dll-name.

Explanation

An attempt was made to reference an external variable, but variable-name is not supported as an exported variable from DLL dll-name.

System action

The condition is signaled. If the condition is not handled, the default action is to terminate the enclave.

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.

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

Programmer response

Verify that the side deck representing the DLL is correct. Since the DLL does not export this variable, it should not be present in the side deck. Contact the supplier of the DLL.

Symbolic Feedback Code

CEE3FS