remotePgmType in callLink element
The linkage options part, callLink element, property remotePgmType specifies the kind of program being called. The property is applicable in the following situation:
- The value of property type is ejbCall or remoteCall; and
- One of these statements applies:
- If you are generating a program (rather than a wrapper), property pgmName refers to a program that is called by the program being generated.
The called program is one of the following kinds:
- An EGL-generated Java program
- A non-EGL-generated dynamic link library (DLL) or C or C++ program
- A program that runs on CICS and has CICS commands
- If you are generating a Java wrapper, pgmName refers to the program that is called by way of the Java wrapper.
- EGL
- The called program is a COBOL or Java program that was generated by EGL or by VisualAge Generator; in this case, the caller is a Java program or Java wrapper. This value is the default.
Related concepts
Linkage options part
Run-time configurations
Related tasks
Editing the callLink element of a linkage options part
Related reference
callLink element
library in callLink element
pgmName in callLink element
type in callLink element