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

What parameter is used to restart a job when abend occurs


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

New User


Joined: 22 Sep 2006
Posts: 33

PostPosted: Tue Jan 09, 2007 8:53 pm
Reply with quote

Hi,

what parameter is used to restart a job automatically when abend occurs

Is DPRTY can be used for this purpose?

Please help me in this regard
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 Jan 09, 2007 9:09 pm
Reply with quote

I think you're thinking of the RD Parameter of the JOB statement.
Back to top
View user's profile Send private message
jspaulpeter

New User


Joined: 25 Aug 2005
Posts: 12

PostPosted: Fri Jan 19, 2007 1:24 pm
Reply with quote

hi friends,

you will use RD parameter in the job step
or you can use RESTART='stepname'
RESTART='proc.stepname'
Back to top
View user's profile Send private message
jinal_mca

New User


Joined: 05 Jan 2007
Posts: 22
Location: Pune, India

PostPosted: Tue Jan 23, 2007 3:33 pm
Reply with quote

To restart any job or step we have restart parameter.

it can b defined like-

restart = * (in this case whole job will get restart)
restart=stepname (in this case from particular step job will execute)
restart=Procname (in this case procedure will get execute)

hope this will work
c ya
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 ISAM and abend S03B JCL & VSAM 10
No new posts Using the Jobname parameter in a Qual... ABENDS & Debugging 1
No new posts Abend S0C4 11 (Page Translation Excep... PL/I & Assembler 16
No new posts Demand with DEADLINE TIME parameter CA Products 4
No new posts Option DYNALLOC second parameter. DFSORT/ICETOOL 11
Search our Forums:

Back to Top