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 remoteBind property affects the generation of the calling 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.