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

IEBEDIT Error - Invalid Operation Code


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

New User


Joined: 26 Apr 2010
Posts: 17
Location: Chennai

PostPosted: Tue Jun 22, 2010 6:32 pm
Reply with quote

While Executing particulat Proc Steps using IEDEDIT I am getting the below Error Pls Suggest

Code:
//EDITSTEP EXEC PGM=IEBEDIT                             
//SYSPRINT DD   SYSOUT=*                                 
//SYSUT1   DD   DSN=INPUTDATASET,DISP=SHR               
//SYSUT2   DD   SYSOUT=(B,INTRDR)                       
//SYSIN    DD   *                                       
 EDIT START=JOBNAME,TYPE=INCLUDE,STEPNAME=(STEP8-STEP9)
/*                                                       
// 


IEBEDIT LISTING
IEB010I INVALID OPERATION CODE
IEB024I 4 WAS HIGHEST SEVERITY CODE what wrong in the above code ?

edited to capitalize and add CODE tags
Back to top
View user's profile Send private message
expat

Global Moderator


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

PostPosted: Tue Jun 22, 2010 6:35 pm
Reply with quote

Would it not be better if you posted the output from the failure rather than the input
Back to top
View user's profile Send private message
superk

Global Moderator


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

PostPosted: Tue Jun 22, 2010 9:49 pm
Reply with quote

Your SYSPRINT output should look a lot like this:

Code:

               IEBEDIT LISTING                                    PAGE 0001
 EDIT START=JOBNAME,TYPE=INCLUDE,STEPNAME=(STEP8-STEP9)                   
IEB022I  JOB NAME NOT FOUND BEFORE END OF FILE                             
IEB024I  4 WAS HIGHEST SEVERITY CODE                                       
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 run rexx code with jcl CLIST & REXX 15
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