On Fri, 17 Oct 2008 15:36:57 +0300, Mürsel Taşgın (BT İşletim ve Teknik Destek Bölümü) <[EMAIL PROTECTED]> wrote:
>Hi, >We have a problem about CEE.SCEERUN usage. This LE dataset is in LINKLIST >and all users are able to use it. However a batch program, which is compiled >in Enterprise Cobol (V3.2) and make dynamic calls to ASM programs needs >CEE.SCEERUN dataset coded inside JCL (via joblib). > >When we remove CEE.SCEERUN joblib statement from the JCL, the job abends >with C03: >IKJ56641I SYSTEM ABEND CODE C03 REASON CODE 00000004 > >We cannot figure out, why program cannot call modules of CEE.SCEERUN from >LNKLST and needs it inside JCL(via joblib). >Anyone experienced same problem? > >Thanks and regards. > >Mürsel Taþgýn >Akbank > Silly question, but are you sure the one in the LNKLST matches the one in your JCL? VOLSER can be specified for the LNKLST so perhaps it is not the cataloged version. Also, maybe there is some set of options / CEEBINIT or other LE modules ahead of the CEE.SCEERUN in the LNKLST and when using joblib/steplib you are getting the options (or other LE modules) all from the joblib/steplib. Try using DDLIST (ISRDDN) and see if you can find other LE modules coming from somewhere other than the LNKLST SCEERUN. Mark -- Mark Zelden Sr. Software and Systems Architect - z/OS Team Lead Zurich North America / Farmers Insurance Group - ZFUS G-ITO mailto:[EMAIL PROTECTED] z/OS Systems Programming expert at http://expertanswercenter.techtarget.com/ Mark's MVS Utilities: http://home.flash.net/~mzelden/mvsutil.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

