View previous topic :: View next topic |
Author |
Message |
lacoe1 Beginner
Joined: 24 Feb 2005 Posts: 33 Topics: 17
|
Posted: Thu Jun 16, 2005 6:07 pm Post subject: Job restart |
|
|
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 |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
|
Back to top |
|
 |
taltyman JCL Forum Moderator

Joined: 02 Dec 2002 Posts: 310 Topics: 8 Location: Texas
|
Posted: Fri Jun 17, 2005 10:18 am Post subject: |
|
|
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 |
|
 |
|
|