GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Mainframe  >  JCL
Go To First  |  Previous Question  |  Next Question 
 JCL  |  Question 59 of 128    Print  
How to restart a job from the step of a cataloged procedure?

  
Total Answers and Comments: 5 Last Update: October 01, 2008     Asked by: Sun 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
November 20, 2006 05:04:37   #1  
Smitha        

RE: How to restart a job from the step of a cataloged ...

By typing RESTART <step number in the Jobcard at the beginning of the JCL.

For instance if the step you need to restart from is called STEP002 you would type RESTART STEP002


 
Is this answer useful? Yes | No
November 22, 2006 10:12:04   #2  
Pradeepan Rajendran        

RE: How to restart a job from the step of a cataloged ...
Just give

Restart JOBSTEPNAME.PROCSTEPNAME in the Job card


 
Is this answer useful? Yes | No
December 15, 2006 16:14:57   #3  
Kumar        

RE: How to restart a job from the step of a cataloged ...

If you want to restart a step in cataloged proc. We have to give

Restart PROCSTEPNAME.JOBSTEPNAME in the Job card.


 
Is this answer useful? Yes | No
January 04, 2007 02:14:19   #4  
gopu        

RE: How to restart a job from the step of a cataloged ...

For Eg :-

A job is having 5 steps //------ job card--------

//step1

//step2

//step3

//step4

//step5 exec proc step1

step2(abended)

sol:- RESTART PROCSTEP.JOBSTEPNAME


 
Is this answer useful? Yes | No
September 30, 2008 07:10:35   #5  
haiardhan Member Since: July 2008   Contribution: 5    

how many section in cobol program?
In environment division
1) input - output section.
2) configuration section.

In data division
1) File section.
2) working-storage section.
3) linkage section.
4) report section.
5) screen section.
6) local-storage section.

 
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