Howard Rifkind of the IBM Mainframe Discussion List <[email protected]>
wrote on 08/05/2008 03:23:48 PM:

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

Check the archives.  There is a job you can submit to get JES2 to open the
PROCxx concatenations again.  I think Mark Zelden was one of the posters.
It may be something like this...

/*JOBPARM P=PROC99.

Regards,
John K

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