Joined: 06 Jun 2008 Posts: 8417 Location: Dubuque, Iowa, USA
If you click on the IBM Manuals link at the top of this page and find the Enterprise PL/I Programming Guide manual, you can search for xplink and get this reference:
Quote:
Linking the PL/I program with the Java library: Since this PL/I sample program calls Java we need to prepare it to link to the Java library. The Java libraries are linked with XPLINK and the PL/I modules are not. PL/I can still link to and call XPLINK libraries but must use the PLIXOPT variable to specify the XPLINK=ON run-time option. This is what the declare of the PLIXOPT variable would look like: