EDC5203E
DLL facilities are not supported under POSIX environment.

Explanation

A POSIX application is attempting to use DLL callable services, or the POSIX application is compiled with the DLL compiler option.

System action

The request is not completed.

Programmer response

Make sure that dllload(), dllqueryvar(), dllqueryfn(), and dllfree() functions are not invoked from your application, or your application is not compiled with the DLL compiler-time option.

Symbolic Feedback Code

EDC52J