I see the name of the PROC in what you provided below. However, is it at all possible the MEMBER name in the JES2 Proclib PDS is not the same? Perhaps a slight finger-check caused the name to be something just slightly different than SY065X? Perhaps something like SYO65X (as in O, not zero)?
Just a thought. Gary Green While the big event is over, there is still time for you to help me with my efforts to assist those stricken with cancer! Please support my efforts by visiting: http://www.active.com/donate/tntsonj/tntsonjGGreen Thank you. -----Original Message----- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Howard Rifkind Sent: Tuesday, August 05, 2008 4:24 PM To: [email protected] Subject: Can't read newly created procedure Hello all, I just created a procedure in a procedure library which is part of the SYSPROC JES concatenation as shown below. I tried to do a test run with TYPERUN=SCAN in the JCL go back the follow also. I know it's there I can edit it etc. Any ideas with be appreciated. Thanks //JES2 PROC MEM=JES2PARM,ALT=JES2OLD //IEFPROC EXEC PGM=HASJES20, // DPRTY=(15,15),TIME=1440,PERFORM=9 //ALTPARM DD DISP=SHR,DSN=SYS2.PARMLIB(&ALT) //HASPPARM DD DISP=SHR,DSN=SYS2.PARMLIB(&MEM) //PROC00 DD DISP=SHR,DSN=SYS2.PROCLIB // DD DISP=SHR,DSN=SYS1.PROCLIB // DD DISP=SHR,DSN=SYS1.IBM.PROCLIB //PROC01 DD DISP=SHR,DSN=PRUN.UTILITY.CUR.PROCLIB // DD DISP=SHR,DSN=PRUN.ONLBANK.CUR.PROCLIB // DD DISP=SHR,DSN=PRUN.PRINTFAC.CUR.PROCLIB // DD DISP=SHR,DSN=PRUN.SYSPROG.CUR.PROCLIB 2 //SY065X EXEC PROC=SY065X, // FUNCTION=OPERLOG, <=== VM FUNCTION REQUESTED (SYS DEF FILE // TYPE=CURRENT, <=== CURRENT DAYS LOG OR OTHER (080211) // ENV=E18823, <=== OPERATING ENVIRONMENT // TIMEOUT=360, <=== TIME TO WAIT BEFORE ABENDING // IMAGE= . MESSAGE 2 IEFC612I PROCEDURE SY065X WAS NOT FOUND ---------------------------------------------------------------------- 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 No virus found in this incoming message. Checked by AVG - http://www.avg.com Version: 8.0.138 / Virus Database: 270.5.12/1592 - Release Date: 8/5/2008 6:03 AM ---------------------------------------------------------------------- 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

