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

how many max steps can we use in a job? pls answer to my question

3 Answers   TCS,


I have four steps in jcl they are STEP1,STEP2,STEP3 and STEP4. Can it possible to run the reverse order like step4 first then step3,step2,step1?

4 Answers   Broadridge, HCL,


I have a job (4 steps) with time parameter coded in job & exec, say time=10 in job & time =3,2,2,4 in each steps. Will the job executes successfully?

4 Answers   Cognizant,


a dd statement has 2 types of parameters. Name them?

0 Answers  


How to find out the number of records in a file using JCL

5 Answers   CTS,






How to execute step2,step1, step3 if step1,2,3 are in order

8 Answers   CSC,


How to check empty file in jcl?

4 Answers   Infosys,


if we compile the cobol+ db2 program now ofter 5 years we need to compile again?

1 Answers   TCS,


Suppose there r 10 steps . Out fo which i want to execute 10th, 9th and 8th in reverse order without using IEBEDIT. How can i do that..???

5 Answers   IBM, UST,


Can you delete the GDG base without deleting GDG generations ?

7 Answers   Cap Gemini,


Say I have a file with 12 records. Each record has the name of the month. I have to append data in these 12 records into 1 record. How is it possible?

2 Answers   CTS,


What does the statements: typrun=scan and typrun=hold do in a JCL statement

2 Answers  


Categories