linkType in callLink element
The linkage options part, callLink element, property linkType specifies the type of linkage when the value of property type is localCall.
If you are generating a Java program, linkType is meaningful when property pgmName refers to a program that is called by the program being generated. If you are generating a Java wrapper, property type must be remoteCall or ejbCall, and linkType is not available.
Select a value from this list:
- DYNAMIC
Specifies that the call is to a Java program in the same thread. DYNAMIC is the default value .
- STATIC
STATIC is equivalent to DYNAMIC unless you are using the Rational Application Developer for iSeries or the Rational Application Developer for z/OS..
Related concepts
Linkage options part
Related tasks
Editing the callLink element of a linkage options part
Related reference
callLink element
pgmName in callLink element
type in callLink element