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

JCL error - unidentified operation field


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
sm_2009

New User


Joined: 10 May 2009
Posts: 72
Location: bangalore

PostPosted: Thu Jun 04, 2009 11:52 am
Reply with quote

Hi

i am getting JCL error as - unidentified operation field.

the job stmt is as follows

Code:
//G30665K JOB ,,NOTIFY=&SYSUID,CLASS=B,MSGLEVEL=(1,1)
 //                              MSGCLASS=X,REGION=8M

pls suggest where is the error.
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Thu Jun 04, 2009 12:14 pm
Reply with quote

Line 17 would be my guess.

How on earth do you expect us to see what the problem is if you do not post the output ? I was only joking about there being psychic days each week, really icon_cry.gif
Back to top
View user's profile Send private message
sm_2009

New User


Joined: 10 May 2009
Posts: 72
Location: bangalore

PostPosted: Thu Jun 04, 2009 12:29 pm
Reply with quote

what output, the job is not running successfully. actually i have chnage dthis two line, and after that i am getting this unidentified operation field. thats why thought there cud be error in these two lines.
Back to top
View user's profile Send private message
sm_2009

New User


Joined: 10 May 2009
Posts: 72
Location: bangalore

PostPosted: Thu Jun 04, 2009 12:37 pm
Reply with quote

resolved.
2nd line starting problem.
thanks
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Thu Jun 04, 2009 4:14 pm
Reply with quote

Quote:
2nd line starting problem.
What deos that mean?Grin ..what was the error, was not that missing "," after MSGLEVEL=(1,1)?
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Thu Jun 04, 2009 4:47 pm
Reply with quote

Anuj, the missing comma is part of the problem. Since the JOB statement was not continued, JES expected an operation (EXEC, PROC, JCLLIB, etc) on the next line. What was found was not recognized as an operation.
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Thu Jun 04, 2009 5:02 pm
Reply with quote

Perfect explanation Robert (I know I'm quite young to comment on your responses, but your commets teach me a lot icon_smile.gif ).

PS. Sorry but in this thread I liked the comment of expat rather -- He seems to have a connection with Pink Panther as well...
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 -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts Error to read log with rexx CLIST & REXX 11
No new posts Error when install DB2 DB2 2
No new posts Replace Multiple Field values to Othe... DFSORT/ICETOOL 12
No new posts CLIST - Virtual storage allocation error CLIST & REXX 5
No new posts Error while running web tool kit REXX... CLIST & REXX 5
Search our Forums:

Back to Top