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

Restart's


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

New User


Joined: 26 Nov 2003
Posts: 1
Location: Chennai

PostPosted: Wed Nov 26, 2003 3:35 pm
Reply with quote

Can you restart a job from a particular jobstep when another jobstep abended without coding restart in job card.

E.g:

//JOB
..
..
//JS10
..
//JS20
..
..
//JS30
..
..
//JS40

Now if JS20 abends can i restart the job from JS40?
(IF then is another option, apart from that anything else)
Back to top
View user's profile Send private message
mdtendulkar

Active User


Joined: 29 Jul 2003
Posts: 237
Location: USA

PostPosted: Thu Nov 27, 2003 3:00 pm
Reply with quote

Hello Sathish,

I think...CONDITION parameter can solve this purpose.....right??

just code the condition parameter as COND=EVEN for the step JS40, the step will get executed even if the job is abended at step JS20.

Hope this helps,

Regards

Mayuresh Tendulkar
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 IMS Restart Failure IMS DB/DC 4
No new posts Restart logic by using cursor name in... DB2 1
No new posts Do we need to restart DB2 Z/OS for DA... DB2 0
No new posts Control-M restart instruction CA Products 2
No new posts Restart=Step not working JCL & VSAM 6
Search our Forums:

Back to Top