MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Job restart

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Job Control Language(JCL)
View previous topic :: View next topic  
Author Message
lacoe1
Beginner


Joined: 24 Feb 2005
Posts: 33
Topics: 17

PostPosted: Thu Jun 16, 2005 6:07 pm    Post subject: Job restart Reply with quote

I have the following situation
----------------------------------------------------------------
//JS00005 EXEC PGM=IKJEFT01,PARM='CHKRSPEC'
.
.
.
//NOSPEC IF (JS00005.RC EQ 0) THEN
//JS00010 EXEC PXXXXXX,
.
.
.
//JS00020 EXEC PXXXXXX,
.
.
.
//NOSPEC ENDIF
------------------------------------------------------------------

If I want to restart from js00020 how do I tell the operator to do so without getting FLUSHed since JS00005 did not run when re-started.
Is there any way other than commenting the IF and ENDIF statements, so that JS00020 will run.
Back to top
View user's profile Send private message
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12378
Topics: 75
Location: San Jose

PostPosted: Fri Jun 17, 2005 5:25 am    Post subject: Reply with quote

lacoe1,

one option is to copy the Js00020 step using IEBEDIT and submit the job via Intrdr.

Check this link which explains in detail about IEBEDIT along with examples

http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/dgt1u104/5.0?DT=19990113105507

Hope this helps...

Cheers

Kolusu
_________________
Kolusu
www.linkedin.com/in/kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
taltyman
JCL Forum Moderator
JCL Forum Moderator


Joined: 02 Dec 2002
Posts: 310
Topics: 8
Location: Texas

PostPosted: Fri Jun 17, 2005 10:18 am    Post subject: Reply with quote

Do a search for ikjeft01 return code in this site for a discussion about batch tso and return codes. You may get better return code/ cc handling using a different entry point.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Job Control Language(JCL) All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group