remoteBind in callLink element
The remoteBind property of the callLink element
of the linkage options part specifies whether linkage options are
determined at generation time or at run time. This property is applicable
only in the following situation:
- The value of the type property is remoteCall or ejbCall; and
- You are generating a Java™ program or wrapper. The pgmName property may refer to a program called by the generated program, in which case the remoteBind property refers to the call from program to program. Alternatively, the property may refer to the program being generated, in which case the entry refers to the call from wrapper to program.
Select one of these values:
- GENERATION
- The linkage options specified at generation time are necessarily in use at run time. GENERATION is the default value.
- RUNTIME
- The linkage options specified at generation time can be revised
at deployment time. In this case, you must include a linkage properties
file in the runtime environment. EGL generates a linkage properties file in the following situation:
- You are generating a Java™ program or wrapper;
- You set the remoteBind property to RUNTIME; and
- You generate with the genProperties build descriptor option set to GLOBAL or PROGRAM.