Howard Rifkind wrote:
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
no 'E': TYPRUN=SCAN
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
So, your proc is in SYS2.PROCLIB, SYS1.PROCLIB, or SYS1.IBM.PROCLIB?
If not, remove the "PROC01" name so the other DDs are part of the
concatenation; alternatively, I think you can specify the '01' part
in a JES3 //*MAIN statement (//*MAIN PROC=01); can't do that in
JES2.
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
Kind regards,
-Steve Comstock
The Trainer's Friend, Inc.
303-393-8716
http://www.trainersfriend.com
z/OS Application development made easier
* Our classes include
+ How things work
+ Programming examples with realistic applications
+ Starter / skeleton code
+ Complete working programs
+ Useful utilities and subroutines
+ Tips and techniques
==> Check out the Trainer's Friend Store to purchase z/OS <==
==> application developer toolkits. Sample code in four <==
==> programming languages, JCL to Assemble or compile, <==
==> bind and test. <==
==> http://www.trainersfriend.com/TTFStore/index.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