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