The linkage options part, callLink element,
property
location specifies how the location of
a called program is determined at run time. The property
location is
applicable in the following situation:
- The value of property type is ejbCall or remoteCall;
- The value of property remoteComType is JAVA400,
CICSECI, CICSSSL, CICSJ2C, IMS2J2C, IMSTCP, or TCPIP; and
- One of these statements applies:
- If you are generating a Java™ program,
property pgmName refers to a program that is called by the program
being generated
- If you are generating a Java wrapper, pgmName refers
to a program that is called by way of the Java wrapper
Select a value from this list:
- programControlled
- Specifies that the location of the called program is obtained from the
system function sysVar.remoteSystemID when the call occurs.
- system name
- Specifies the location where the called program resides.
If you are generating a Java program or wrapper, the meaning of
this property depends on property remoteComType: