EDC5211I
DLL load module does not contain a writeable static area.

Explanation

DLL load module that you loaded does not contain any writeable static.

System action

The request is ignored. Load module is deleted from storage.

Programmer response

Ensure that the load module name specified is correct, or that the DLL load module indicated in the job library or link library is the correct version. Also check that the DLL load module was built properly.

  1. Specify #pragma export in your source, or compile with EXPORTALL compiler option.
  2. Compile with DLL, RENT, and LONGNAME compiler options.
  3. Prelink.

Symbolic Feedback Code

EDC52R