Does CEEUOPT already reside in a library in your SYSLIB concatination? If not, 
then it won't be found. What DD is passing the compiled test from the COBOL 
step to the LKED step? DO you need an 'OBJ' parm?
There is no SYSLIN DD in your example. Is it in the PROC? 


Jon L. Veilleux
[EMAIL PROTECTED]
(860) 636-2683 


-----Original Message-----
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of 
Imbriale, Donald (Exchange)
Sent: Monday, March 12, 2007 2:37 PM
To: [email protected]
Subject: Re: CEEUOPT Unresolved?

No, you are not missing anything.  I missed it.

Don Imbriale

-----Original Message-----
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Fred 
Hoffman
Sent: Monday, March 12, 2007 2:33 PM
To: [email protected]
Subject: Re: CEEUOPT Unresolved?

Unless I'm missing something, he's got the runlib concatenated in the job 
stream on the syslib statement.

Fred Hoffman

-----Original Message-----
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] Behalf Of 
Imbriale, Donald (Exchange)
Sent: Monday, March 12, 2007 1:18 PM
To: [email protected]
Subject: Re: CEEUOPT Unresolved?


When you created CEEUOPT, you linked it into HLQ.TEST.LOAD.  But when you are 
trying to include it, you are pointing to HLQ.TEST.RUNLIB

Don Imbriale

-----Original Message-----
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of 
Denis Gäbler
Sent: Monday, March 12, 2007 2:12 PM
To: [email protected]
Subject: CEEUOPT Unresolved?

 Hi List,
 
 I've created a CEEUOPT Member to be able to make a call to a XPLINK DLL. 
However, If I link the main program with INCLUDE(CEEUOPT) the linker reference 
shows CEEUOPT UNRESOLVED. Any ideas?
 It worked on another test system but not at my current z/OS. What do I need to 
check?
 
  
 Here is the Linking SYSIN that was used:
 //COBOL EXEC IGYWCL,PARM.COBOL='RENT,NODYNAM,NODLL',REGION=1400K,
 // PARM.LKED='LIST,XREF,LET,MAP' 
 //COBOL.SYSIN DD DSN=HLQ.TEST.SOURCE(ABCMAIN),  // DISP=SHR  //LKED.SYSLMOD DD 
DSN=HLQ.TEST.LOAD(WTXTEST),DISP=SHR
 //LKED.SYSLIB DD DSN=HLQ.TEST.RUNLIB,DISP=SHR  // DD DSN=CEE.SCEELKED,DISP=SHR 
 // DD DSN=HLQ.TEST.LOAD,DISP=SHR  //LKED.SYSIN DD *  INCLUDE SYSLIB(CEEUOPT)  
NAME ABCTEST(R)
 /* 
 
 
 



***********************************************************************
Bear Stearns is not responsible for any recommendation, solicitation, offer or 
agreement or any information about any transaction, customer account or account 
activity contained in this communication.
***********************************************************************

----------------------------------------------------------------------
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

-----------------------------------------
This e-mail may contain confidential or privileged information. If
you think you have received this e-mail in error, please advise the
sender by reply e-mail and then delete this e-mail immediately.
Thank you. Aetna

----------------------------------------------------------------------
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

Reply via email to