Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is RESTART? How is it invoked?

Answers were Sorted based on User's Feedback



What is RESTART? How is it invoked?..

Answer / guest

RESTART is a JOB statement keyword. It is used to restart
the job at a specified step rather than at the beginning.

Is This Answer Correct ?    27 Yes 1 No

What is RESTART? How is it invoked?..

Answer / devang

The restart parameter is usually referred as RD(restart
definition) in JCL.

I can be coded on any job steps with conditions like
RD=RNC(restart with no check point)
RD=R(restart)
RD=NC (no checkpoint)etc

Stratigically placing of RD parameters is a task which
requires extensive analysis of the JCL flow.

Is This Answer Correct ?    7 Yes 0 No

What is RESTART? How is it invoked?..

Answer / vimal raj

you can restart your job from a particular step that u may
need. instead of running ur whole job. like uncommenting out
the step in the job card statement.

Is This Answer Correct ?    6 Yes 0 No

What is RESTART? How is it invoked?..

Answer / satyasivaji

Yes RESTART is the JOB parameter,if incase due to any of
the reason your job is abended,and if you want that job to
be execute and not from the beging,that is where it is gets
abeded from that step onwards,there your using RESTART
parameter.

Is This Answer Correct ?    8 Yes 3 No

What is RESTART? How is it invoked?..

Answer / psreddy

RESTART parameter is used in job card to restart the job
from particular step IF THERE IS NO DEPENDENCIES.

Is This Answer Correct ?    5 Yes 2 No

What is RESTART? How is it invoked?..

Answer / brian

Also if you are restarting from a particular step that
executes a module that processes a high volume of data you
will have to work out key values for picking up where you
left off say for sequential files. It gets even more
complicated with relational datbase processing like DB2 and
COMMIT points.

Is This Answer Correct ?    3 Yes 0 No

What is RESTART? How is it invoked?..

Answer / suresh

we have 10 steps in job in that i want to excute first
step2 in this case we can use restart parameter
restart=stapename,this will start from step2 insted step1.

Is This Answer Correct ?    3 Yes 0 No

What is RESTART? How is it invoked?..

Answer / prince. k.

restart is to begin a job from the normal posion of the job
for exaple there was a proble durig my job time and i need
to restart again so that the job will be normal

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More JCL Interview Questions

What is the parameter to be passed in the job card for the unlimited time , irrespective of the job class ?

2 Answers   IBM,


What is the max blocksize for a Tape file?

2 Answers  


How do you submit a job for execution?

0 Answers  


What is the format of comment statement?

0 Answers  


What is the function of dd disp parameter?

0 Answers  


What will happen if we write two STOP RUN's in a COBOL program?

4 Answers   Satyam,


How do you submit a JCL under CICS environment ?

5 Answers   Wipro,


Explain about Cobol Subroutines

1 Answers  


Explain about REXX

1 Answers  


Which storage devices are grouped under DASD and SYSDA ?

1 Answers   IBM,


what is fixed length and variable length and difference between them

1 Answers   CGI, Wipro,


i have 10 steps in jcl program but i have to exicute only 2,4,6,8th and 10th ?how it's possible?

10 Answers   IBM,


Categories