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

How is Step restart done?


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

New User


Joined: 08 Aug 2006
Posts: 61
Location: Philippines

PostPosted: Thu Feb 15, 2007 1:53 pm
Reply with quote

Its just that I want to start in executing step3 rather than passing step 1 and step2..
Back to top
View user's profile Send private message
guptae

Moderator


Joined: 14 Oct 2005
Posts: 1208
Location: Bangalore,India

PostPosted: Thu Feb 15, 2007 1:55 pm
Reply with quote

Hi There,

//STEP1 EXEC PGM=IEBEDIT
//SYSUT1 DD DSN=ur dataset that contain JCL,DISP=SHR
//SYSUT2 DD SYSOUT=(*,INTRDR)
//SYSPRINT DD SYSOUT=*
//SYSIN DD *
EDIT TYPE=INCLUDE,STEPNAME=STEP3
/*

Please do search befor starting new thread
Back to top
View user's profile Send private message
shreevamsi

Active User


Joined: 23 Feb 2006
Posts: 305
Location: Hyderabad,India

PostPosted: Thu Feb 15, 2007 1:56 pm
Reply with quote

U need to give restart paramenter in ur jobcard:
RESTART=procname.STEP030
I assumed that u are executing a job/proc.
Else u can exclude giving procname

~Vamsi
Back to top
View user's profile Send private message
ParagChouguley

Active User


Joined: 03 Feb 2007
Posts: 175
Location: PUNE(INDIA)

PostPosted: Thu Feb 15, 2007 2:34 pm
Reply with quote

Hi,
Simply give parameter RESTART=stepname in your JOBCARD
--Parag
Back to top
View user's profile Send private message
praveenibm

New User


Joined: 24 Jul 2006
Posts: 5
Location: pune

PostPosted: Wed Feb 21, 2007 11:55 am
Reply with quote

Hi,

Just code as follows at jobcard
//JOB 00,'TEST',CLASS=J,MSGCLASS=X,MSGLEVEL=1,1),RESTART=STEP09

Regards
Back to top
View user's profile Send private message
prav_06
Warnings : 1

Active User


Joined: 13 Dec 2005
Posts: 154
Location: The Netherlands

PostPosted: Wed Feb 21, 2007 2:26 pm
Reply with quote

Madlui,

Quote:
Its just that I want to start in executing step3 rather than passing step 1 and step2..


In your JOB card give this RESTART=STEP3



Thamilzan.
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 Return codes-Normal & Abnormal te... JCL & VSAM 7
No new posts How to append a PS file into multiple... JCL & VSAM 3
No new posts convert file from VB to FB and use tr... DFSORT/ICETOOL 8
No new posts Forcing a step to run (even if abended) JCL & VSAM 8
No new posts step by step trace 4 ISPF dialog call... TSO/ISPF 17
Search our Forums:

Back to Top