Hi,

I am not 100% sure, but I recall that coding //STEP1 
PGM=JAVACALL,PARM='XPLINK(ON)' once worked for me. 

I prefer a CEEUOPT Module linked with the application, similar like the SYSIN 
below as input to assembler:
//SYSIN??? DD *
???????? TITLE 'CEEUOPT'
CEEUOPT? CSECT
CEEUOPT? AMODE ANY
CEEUOPT? RMODE ANY
???????? CEEXOPT XPLINK=(ON),????????????????????????????????????????? X
?????????????? POSIX=(ON),???????????????????????????????????????????? X
?????????????? ENVAR=('_CEE_ENVFILE=/u/gaebler/hello/ENV')
???????? END
//*

The file /u/gaebler/hello/ENV can then contain USS Variables, but there are 
also DD Statements to achieve this:
LIBPATH=/usr/lpp/java/J5.0/bin
PATH=/usr/lpp/java/J5.0/bin
...

Hope that helps.


 Denis.


 

-----Original Message-----
From: Magen Margalit <[EMAIL PROTECTED]>
To: [email protected]
Sent: Mon, 16 Jun 2008 2:42 pm
Subject: XPLINK










Hi List,

We are Z/OS 1.7 with Enterprise cobol 3.4 and SDK 1.4

I'm trying to run an OO Cobol program which invokes a Java method
and I'm having problems with the LE runtime option XPLINK

The compilation and linkage work find.

I'm trying to run the program using the BPXBATCH utility 
with PGM myprog and STDENV DD which contains 
_CEE_RUNOPTS="XPLINK(ON)"

Even so I get the following error code:

"CEE3555S A call was made from a NOXPLINK-compiled application to an 
XPLINK-compiled exported function in DLL libjvm.so
and the XPLINK(ON) runtime option was not specified.                   
>From entry point GetJVMPtr at compile unit offset +000000B8 at entry offset 
+000000B8 at address 3E8AB618."


Any Ideas?

thanks

Magen

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html




 


----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

  • XPLINK Magen Margalit
    • Re: XPLINK Denis Gäbler

Reply via email to