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

restarting a step using RD=RNC


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
anil.p
Warnings : 1

New User


Joined: 26 Sep 2006
Posts: 5
Location: TVM

PostPosted: Wed Nov 01, 2006 5:05 pm
Reply with quote

plz help me to find a solution

how to implement RD=RNC and RD=R for restarting a job in jcl?[/i]
Back to top
View user's profile Send private message
salehi

New User


Joined: 30 Sep 2006
Posts: 14
Location: Iran

PostPosted: Wed Nov 01, 2006 8:46 pm
Reply with quote

20.23.1 Syntax

┌──────────────────────────────────────────────────────────────────────────┐
│ RESTART= ({* } [,checkid] ) │
│ ({stepname } ) │
│ ({stepname.procstepname} ) │
│ │
├──────────────────────────────────────────────────────────────────────────┤
│  You can omit the outer parentheses if you code only the first │
│ subparameter. │
│ │
│  The RESTART parameter cannot have a null value. │
└───────────────────────────────────────────────────
Back to top
View user's profile Send private message
Bitneuker

CICS Moderator


Joined: 07 Nov 2005
Posts: 1104
Location: The Netherlands at Hole 19

PostPosted: Wed Nov 01, 2006 9:29 pm
Reply with quote

107 hits after search for 'restart' in JCL-forum icon_idea.gif
Back to top
View user's profile Send private message
Kevin

Active User


Joined: 25 Aug 2005
Posts: 234

PostPosted: Thu Nov 02, 2006 2:30 am
Reply with quote

When you specify RD=R or RD=RNC, and a step of the job fails, a WTOR message is sent to the operator, asking them if your job should be restarted. The operator can reply YES or NO. If the operator replies YES, the job is requeued. If the reply is NO, then job ends with the original failure 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 -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
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
No new posts step by step trace 4 ISPF dialog call... TSO/ISPF 17
Search our Forums:

Back to Top