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

Want to restart the abended Step


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

New User


Joined: 04 Apr 2004
Posts: 4
Location: Chennai

PostPosted: Wed Jun 23, 2004 1:21 am
Reply with quote

I have JCL with many steps. one of the step calls a proc. which again
has 4 steps. this step has been abended. i want to restart this step.
can u plz give the syntax for this
Back to top
View user's profile Send private message
bnsahoo

New User


Joined: 06 Jun 2005
Posts: 18
Location: mumbai,india

PostPosted: Wed Mar 15, 2006 6:14 pm
Reply with quote

The syntax as follows

RESTART=stepname.procstepname

try it..it will work.

thanks
bnsahoo
Back to top
View user's profile Send private message
DavidatK

Active Member


Joined: 22 Nov 2005
Posts: 700
Location: Troy, Michigan USA

PostPosted: Wed Mar 15, 2006 7:12 pm
Reply with quote

shyamshankarj,

Just to clarify what bnsahoo corrcetly stated. This statement is part of the JOB card.

Code:

//JOBNAME JOB (ACCT,ROOM),NAME,
//    MSGCLASS=A,NOTIFY=USERID,RESTART=jobstep.procstep
//JOBSTEP   EXEC PROCNAME


Dave
Back to top
View user's profile Send private message
bnsahoo

New User


Joined: 06 Jun 2005
Posts: 18
Location: mumbai,india

PostPosted: Thu Mar 16, 2006 12:24 pm
Reply with quote

Thanks DavidatK for more clarification.
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 Reorg abended with REASON=X'00E40347' DB2 2
No new posts Return codes-Normal & Abnormal te... JCL & VSAM 7
No new posts How to append a PS file into multiple... JCL & VSAM 3
No new posts convert file from VB to FB and use tr... DFSORT/ICETOOL 8
No new posts Forcing a step to run (even if abended) JCL & VSAM 8
Search our Forums:

Back to Top