IGZ0080S   A dynamic call to module-name failed because the program entry name program-name does not match.

Explanation

If a program compiled with the PGMNAME(LONGUPPER) or the PGMNAME(LONGMIXED) option is dynamically called, the program name must be identical to the name of the module that contains it. If an alternate entry name is called, the entry name must be identical to the ALIAS name representing that entry point. Note that the program entry name can not exceed 8 bytes and must be entirely upper-case.

System action

The application was terminated.

Programmer response

The name of the program failing the dynamic call must be modified to comply with the rules stated above. Otherwise, only static calls to the program are permitted.

Symbolic Feedback Code

IGZ02G