IGZ0174S   A dynamic call to module-name failed because the load module is a DLL.

Explanation

A COBOL dynamic call cannot be made to a load module that is a DLL. A load module that is a DLL contains one or more of the following:
  • A COBOL for OS/390® & VM program compiled with the DLL option and the EXPORTALL option.
  • A C routine compiled with the DLL option that exports functions or variables.
  • A C++ routine that exports functions or variables.

System action

The application was terminated.

Programmer response

Change the dynamically called load module so that it does not contain routines that export functions or variables. If the load module contains COBOL for OS/390 & VM programs compiled with the DLL and the EXPORTALL options, recompile the programs with NOEXPORTALL.

Symbolic Feedback Code

IGZ05E