GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Mainframe  >  JCL
Go To First  |  Previous Question  |  Next Question 
 JCL  |  Question 47 of 128    Print  
How to Execute from the second step in the PROC that is used in the JCL?

  
Total Answers and Comments: 4 Last Update: January 10, 2007     Asked by: prasad 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
June 27, 2006 19:03:14   #1  
Ram        

RE: How to Execute from the second step in the PROC th...
On jobcard using RESTART option specify PROCName.StepName you want to restart at.
 
Is this answer useful? Yes | No
November 08, 2006 08:41:42   #2  
Shasha        

RE: How to Execute from the second step in the PROC th...

Assume proc as P1000 and second step as SP10002P. And the step in the Job to execute the proc is like

//STEP01 EXEC P1000

To execute the proc from second step Add the RESTART option in the Job card like

RESTART (STEP01.SP10002P)

Hope it will helpful.


 
Is this answer useful? Yes | No
January 10, 2007 05:35:06   #3  
P.Karthikkumar        

RE: How to Execute from the second step in the PROC th...

Hi

For that u have to use in jobcard like this

//JOBNAME JOB NOTIFY &SYSUID RESTART JOBSTEPNAME.PROCSTEPNAME

Thanks&Regards

Karthikkumar.P


 
Is this answer useful? Yes | No
January 10, 2007 05:48:33   #4  
P.Karthikkumar        

RE: How to Execute from the second step in the PROC th...

You can restart like this.

//JOBNAME JOB NOTIFY &SYSUID RESTART JOBSTEPNAME.PROCSTEPNAME.

Thanks&Regards

Karthikkumar.P


 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape