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

