IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Compile JCl Error: JES PROC JES2 NOT FOUND


IBM Mainframe Forums -> ABENDS & Debugging
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Madhu Reddy

New User


Joined: 28 Sep 2006
Posts: 56

PostPosted: Mon May 14, 2007 11:27 am
Reply with quote

I have one complie jcl as below.


//XXXXXXXA JOB (NRMP),'RMWD035B',MSGCLASS=U,REGION=0M,
// CLASS=0,NOTIFY=NBK5ZIO
//PROCLIB JCLLIB ORDER=(SYS1.PROCLIB)
//STEP1 EXEC IGYWCL
//PARM.COBOL='LIB,APOST,XREF,MAP,OFFSET'
//COBOL.SYSIN DD DISP=SHR,DSN=NBK5ZIO.YALLA.PGMS(DOWNLOAD)
//LKED.SYSLIB DD DISP=SHR,DSN=CJ1P.NTA0.COPYLIB
//LKED.SYSLMOD DD DISP=SHR,DSN=NBK5ZIO.YALLA.LOAD
//SYSPRINT DD SYSOUT=*
//

When i do a JCL Check i am getting below Error
=NOTE= 4 MESSAGE(S) REPORTED BY JCLPREP
=NOTE= 2 ERROR MESSAGE(S)
=NOTE= 1 WARNING MESSAGE(S)
=NOTE= 1 INFORMATIONAL MESSAGE(S)
==MSG> .JCPB JCP0411I PROC IGYWCL FOUND IN JCLLIB LIBRARY SYS1.PROCLIB -- (J)4
==MSG> .JCPA JCP0520W DDNAME=SYSIN FORWARD-REFERENCING NOT FOUND -- (J)4(P)48
==MSG> .JCPA JCP0526E JCL ERROR: 1 UNRECOGNIZED JCL STATEMENT(S) -- (J)5
==MSG> JCP0484E JES SETUP: JES PROC JES2 NOT FOUND
000001 //NBK5ZIOA JOB (NRMP),'RMWD035B',MSGCLASS=U,REGION=0M,
000002 // CLASS=0,NOTIFY=NBK5ZIO
.JCPB //PROCLIB JCLLIB ORDER=(SYS1.PROCLIB)
==MSG> JCP0411I PROC IGYWCL FOUND IN JCLLIB LIBRARY SYS1.PROCLIB -- (J)4
.JCPA //STEP1 EXEC IGYWCL
=NOTE= XXIGYWCL PROC LNGPRFX='SYS1',SYSLBLK=3200,
=NOTE= XX LIBPRFX='SYS1',
=NOTE= XX PGMLIB='&&GOSET',GOPGM=GO
=NOTE= ***

Could anyone suggest me the solutions.

Thanks
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10872
Location: italy

PostPosted: Mon May 14, 2007 11:52 am
Reply with quote

Quote:
==MSG> .JCPA JCP0526E JCL ERROR: 1 UNRECOGNIZED JCL STATEMENT(S) -- (J)5

this error means exactly that...
there is something wrong in the statement being scanned...
there are two reasons :
- the statement is plain wrong
- the checker/converter is trying to parse ( missing comma - usually)
a fragment and not a full JCL statement

Unless You had a finger check while typing,
a comma is missing in statement number 4 after "IGYWCL"

Also a comment on Your JCl,
unless at Your installation the system support people made strange choices,
"SYS1.PROCLIB" is usually part of the default JES2 proclibs concatenation,
so no need to use a "JCLLIB" statement

regards
Back to top
View user's profile Send private message
Madhu Reddy

New User


Joined: 28 Sep 2006
Posts: 56

PostPosted: Mon May 14, 2007 4:57 pm
Reply with quote

When i compile a JCL with compile JCl , i am getting JCl Error JES2 not found.


Could anyone suggest me the solution for this.

Thanks
Back to top
View user's profile Send private message
William Thompson

Global Moderator


Joined: 18 Nov 2006
Posts: 3156
Location: Tucson AZ

PostPosted: Mon May 14, 2007 5:18 pm
Reply with quote

Madhu Reddy wrote:
When i compile a JCL with compile JCl , i am getting JCl Error JES2 not found.
Did you fix the problem with the PARM and retry it yet?
Back to top
View user's profile Send private message
Madhu Reddy

New User


Joined: 28 Sep 2006
Posts: 56

PostPosted: Mon May 14, 2007 5:46 pm
Reply with quote

Ya i fixed that, but i am getting this error JEs2 not found.

Could you suggest the solution.

Thanks
Back to top
View user's profile Send private message
William Thompson

Global Moderator


Joined: 18 Nov 2006
Posts: 3156
Location: Tucson AZ

PostPosted: Mon May 14, 2007 6:19 pm
Reply with quote

I think you'll have to check with your JCL check documentation.....
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Mon May 14, 2007 7:38 pm
Reply with quote

Hello,

Now that you have made changes, you need to post your "new" jcl and the sysout info that describes the error.
Back to top
View user's profile Send private message
Madhu Reddy

New User


Joined: 28 Sep 2006
Posts: 56

PostPosted: Tue May 15, 2007 9:54 am
Reply with quote

hi,

its working


thanks
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Tue May 15, 2007 7:23 pm
Reply with quote

Cool icon_smile.gif

What change(s) fixed the problem?
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> ABENDS & Debugging

 


Similar Topics
Topic Forum Replies
No new posts Error to read log with rexx CLIST & REXX 11
No new posts How I Found a Bug in a FORTRAN Compiler All Other Mainframe Topics 4
No new posts Error when install DB2 DB2 2
No new posts Compile rexx code with jcl CLIST & REXX 6
No new posts CLIST - Virtual storage allocation error CLIST & REXX 5
Search our Forums:

Back to Top