remoteBind in callLink element

The linkage options part, callLink element, property remoteBind specifies whether linkage options are determined at generation time or at run time. This property is applicable only in the following situation:

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, include a linkage properties file in the run-time environment.

EGL generates a linkage properties file in the following situation:

  • You are generating a Java program or wrapper;

  • You set the property remoteBind to RUNTIME; and

  • You generate with the build descriptor option genProperties set to GLOBAL or PROGRAM.

Related concepts
Linkage options part
Linkage properties file

Related tasks
Deploying a linkage properties file
Editing the callLink element of a linkage options part

Related reference
callLink element
genProperties
Linkage properties file (details)
pgmName in callLink element
type in callLink element