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

Error message ABENDED S013 on IEBEDIT


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

New User


Joined: 19 Jul 2006
Posts: 1
Location: Canada

PostPosted: Thu Aug 24, 2006 10:02 pm
Reply with quote

This job is submit the job through JCL:
Code:
//JOB00 JOB  (0241,020),'SAMPLE',MSGCLASS=X,CLASS=F,         
//        PRTY=8,NOTIFY=&SYSUID                           
//RMS EXEC PAPCRMS,TYPRUN='P'                             
//SUBMIT EXEC PGM=IEBEDIT                                 
//SYSPRINT DD DUMMY                                       
//SYSIN  DD DUMMY                                         
//SYSUT1 DD DSN=SAMPLE.DATASET.NAME,DISP=SHR   
//SYSUT2 DD SYSOUT=(A,INTRDR)

The error message is ABENDED S013.
I couldn't figure out where is the problem is icon_question.gif

Please help icon_redface.gif
Thanks in advance!
Back to top
View user's profile Send private message
Archana_MF

New User


Joined: 21 Jul 2006
Posts: 49
Location: California

PostPosted: Thu Aug 24, 2006 10:46 pm
Reply with quote

Problem must be with ur "SAMPLE.DATASET"
whats the Error Message/Retrun code. and whats ur purpose of running IEBEDIT.
Back to top
View user's profile Send private message
superk

Global Moderator


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

PostPosted: Thu Aug 24, 2006 11:47 pm
Reply with quote

S013 is an OPEN macro problem. Without further information, it's hard to make a guess. One thing to check:

As documented, the input and output for IEBEDIT must be PS, RECFM=FB, LRECL=80.
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 Error when install DB2 DB2 2
No new posts CLIST - Virtual storage allocation error CLIST & REXX 5
No new posts Reorg abended with REASON=X'00E40347' DB2 2
This topic is locked: you cannot edit posts or make replies. how can I proof that message was post... Java & MQSeries 1
Search our Forums:

Back to Top