IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

PL/1 XPLINK


IBM Mainframe Forums -> PL/I & Assembler
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
CICS fan

New User


Joined: 03 Apr 2008
Posts: 82
Location: United States

PostPosted: Sat Dec 29, 2012 3:51 am
Reply with quote

Hello All,

How do we set XPLINK for a PL/1 program to YES? Is it compile JCL or Run JCL? Anyone know the syntax?

Any help is appreciated.
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Sat Dec 29, 2012 5:40 am
Reply with quote

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:




Dcl PLIXOPT Char(40) Varying Ext Static Init( 'XPLINK(ON)'e );


For a description of using PLIXOPT, see z/OS Language Environment Programming Guide.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> PL/I & Assembler

 


Similar Topics
Topic Forum Replies
No new posts Accessing db2 from 64 bit XPLINK C++.... DB2 4
Search our Forums:

Back to Top