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

Restart of a job


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

New User


Joined: 20 Aug 2005
Posts: 5
Location: hyderabad

PostPosted: Sat Aug 20, 2005 11:49 am
Reply with quote

Hi

How to restart a job, when it abends in a particular step.

for EX: job has got step1, step2, step3 .

while running it get abended in step2, now i have corrected problem in stpe2, instead of running from step1 now i want to run from the step2 when i submit the job.

Regards
Jayaram
Back to top
View user's profile Send private message
senti

New User


Joined: 18 Aug 2005
Posts: 19

PostPosted: Sat Aug 20, 2005 2:06 pm
Reply with quote

Jayaramreddy,
This is a basic qn.
Please refer manuals or u can even search this forum!!
Back to top
View user's profile Send private message
superk

Global Moderator


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

PostPosted: Sat Aug 20, 2005 4:53 pm
Reply with quote

See this document:

publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/IEA2B660/20.23?DT=20050713232151
Back to top
View user's profile Send private message
bonniem

New User


Joined: 09 Aug 2005
Posts: 67

PostPosted: Sat Aug 20, 2005 6:26 pm
Reply with quote

Code RESTART=step2 in the jobcard.
Back to top
View user's profile Send private message
dneufarth

Active User


Joined: 27 Apr 2005
Posts: 420
Location: Inside the SPEW (Southwest Ohio, USA)

PostPosted: Sat Aug 20, 2005 11:56 pm
Reply with quote

Too simplistic based upon info provided.

Cataloged datasets from step1 may need to be deleted or VSAM updated datasets may need to be restored to pre-JOB state.

Simply specifying RESTART= in the JOB statement may not solve your problem.

Dave
Back to top
View user's profile Send private message
Rupesh.Kothari

Member of the Month


Joined: 27 Apr 2005
Posts: 463

PostPosted: Mon Aug 22, 2005 9:35 am
Reply with quote

Hi Jayaramreddy,

As this is Only temporary arrangement, You can do following steps
Copy the job in Test lib, make required changes in Step2,
Delete step1
Run the job.
and after successful running you can remove it from Abend list.


Correct me if I am wrong.

Regards
Rupesh
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