pgmType in callLink element

The pgmType property of the callLink element of the linkage options part specifies the kind of program being called when the type property is localCall. The pgmType property affects the generation of the calling program.

Select one of the following values:
EGL (the default value)
The called program is a COBOL or Java™ program that was generated by EGL or VisualAge® Generator.
EXTERNALLYDEFINED
The called program was not generated by EGL or VisualAge Generator. This option is used only when the calling program is a Java program and the called program is a non-EGL DLL or a C or C++ program.

If the calling program is calling a DLL, set the pgmName property to the name of the entry point being called within the DLL. If the name of the entry point differs from the name of the DLL, set the library property to the name of the DLL.


Feedback