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

All JCLs are FAILED BY INTERPRETER


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

New User


Joined: 01 Oct 2007
Posts: 16
Location: USA

PostPosted: Sat Dec 01, 2007 1:29 am
Reply with quote

Every JCL that I try to run gives me the error:FAILED BY INTERPRETER

The JCLs which I had run a month back, and were running fine, now give this error.

Can anyone help!!!
Back to top
View user's profile Send private message
Craq Giegerich

Senior Member


Joined: 19 May 2007
Posts: 1512
Location: Virginia, USA

PostPosted: Sat Dec 01, 2007 1:39 am
Reply with quote

Some output to look at sure would be nice!
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


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

PostPosted: Mon Dec 03, 2007 5:59 pm
Reply with quote

I would repeat Craqs' words..
Quote:
Some output to look at sure would be nice!
Back to top
View user's profile Send private message
Craq Giegerich

Senior Member


Joined: 19 May 2007
Posts: 1512
Location: Virginia, USA

PostPosted: Tue Dec 04, 2007 2:37 am
Reply with quote

shubh,

Did you find out what the problem was?
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10872
Location: italy

PostPosted: Tue Dec 04, 2007 10:51 pm
Reply with quote

If You can work with Your PDS members as usual,
compress is not the reason..

still... we could be of more help if You would post..
Source jcl...
sysout ( at least if there is some )
without that we will only lose time by guessing...
Do the JCL' s contain scheduler related statements ??
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10872
Location: italy

PostPosted: Tue Dec 04, 2007 11:04 pm
Reply with quote

Please... please... please...

could You post at leas the full message ...

You are really not giving anything to work on
Back to top
View user's profile Send private message
shubh

New User


Joined: 01 Oct 2007
Posts: 16
Location: USA

PostPosted: Tue Dec 04, 2007 11:41 pm
Reply with quote

Code:
//FDCKSM71 JOB (...),'...',                                   
//    USER=...,CLASS=U,NOTIFY=...,                 
//    COND=(0,NE),MSGCLASS=N                               
//*                                                         
//JOBLIB   DD  DSN=SYS3.TERADATA.TERA10.LOADLIB,           
//             DISP=SHR                                     
//*                                                         
//STEP0010 EXEC  PGM=FASTLOAD,COND=(0,LT)                         
//SYSPRINT DD  SYSOUT=*                                     
//SYSABEND DD  SYSOUT=*                                     
//SYSTERM  DD  SYSOUT=*                                     
//SYSOUT   DD  SYSOUT=*                                     
//INPUT    DD  DSN=FDCKSM7.TEST.SCRIPT(FILE),               
//             DISP=SHR                                     
//SYSIN    DD  DSN=FDCKSM7.TEST.SCRIPT(LOGON),             
//             DISP=SHR                                     
//*


Edited proprietary fields in JOB card
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Wed Dec 05, 2007 12:17 am
Reply with quote

It shows as being syntactically correct, and works OK on my system.
Back to top
View user's profile Send private message
shubh

New User


Joined: 01 Oct 2007
Posts: 16
Location: USA

PostPosted: Wed Dec 05, 2007 12:29 am
Reply with quote

hi,

I also duplicated my code on a different facility (we have two different facilities) and it works fine there.

It seems something has gone wrong with respect to my ID in the facility I am using.

Usually when is such kind of an error occurs?
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10872
Location: italy

PostPosted: Wed Dec 05, 2007 12:54 am
Reply with quote

You are submitting with an explicit userifd in the job card..

is it the same userid you are logged on to tso ??

Unless You have the surrogate racf class active with the proper permissions

You can only submit Your own jobs ( without a password )
Back to top
View user's profile Send private message
shubh

New User


Joined: 01 Oct 2007
Posts: 16
Location: USA

PostPosted: Thu Dec 06, 2007 9:29 pm
Reply with quote

Thanks for your reply...

My issue got solved.
I removed CLASS = U and the error was gone.
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 DFHPI1008 JSON generation failed COBOL Programming 0
No new posts DataSet member creation failed with B... Java & MQSeries 15
No new posts Updating endevor JCLs CA Products 5
No new posts Very Large Sort failed - Seeking reco... DFSORT/ICETOOL 7
No new posts Modify Several JCLs at the Same Time JCL & VSAM 6
Search our Forums:

Back to Top