It is possible that the Proclib went into extents.  Opening and closing
PROC00 will determine if that is the cause.

Second,

Why not use JCLLIBs and not use the JES2 Proclib concatenation?  It provides
better testing environment and when you are satisfied with the PROC, move it
into JES2 at that point.

Lizette


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

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