How to Write the RESTART Logic Using COBOL?

Answers were Sorted based on User's Feedback



How to Write the RESTART Logic Using COBOL?..

Answer / sandeep

Using SPICE restart logic.

Is This Answer Correct ?    2 Yes 0 No

How to Write the RESTART Logic Using COBOL?..

Answer / sudhakar mallela

i thing restart is using in jcl this is exec parameter,
if we have the 3 steps in jcl
//step1
//step2
//step3 in this case we run the jcl and got the abend at stop3,we don't want to run again step1 and step2,
directly we write like this
Restart = step3 bypass step1 to step2.

Is This Answer Correct ?    7 Yes 12 No

How to Write the RESTART Logic Using COBOL?..

Answer / mahendra babu

it is a keyword parameter at job level which is used restart the job from a specific step as per the user requriment.
syntax: 1) restart = step name.
2)restart = jclstep.proc step.
ex:-//jobcard , restart= (s3).
//s1
//s2
//s3
//s4
at the above ex is used to restart the job from s3 using the restart parameter.

Is This Answer Correct ?    2 Yes 8 No

How to Write the RESTART Logic Using COBOL?..

Answer / nath.visu

I donot know

Is This Answer Correct ?    3 Yes 21 No

Post New Answer

More COBOL Interview Questions

What is the difference between copy and include in cobol?

1 Answers  


can any one give good example for cond 88 level number and for renames pls urgent dudes ?

3 Answers   DELL,


I have two questions here. 1. How to read a flat file in reverse order? 2. How to read a VSAM KSDS file in reverse order? In both the cases we donot know the total number of records.

1 Answers   L&T,


What is link edit in cobol?

0 Answers  


What is EIBCALEN? Why it is used?

9 Answers   ADP,






Which of the following characters is NOT valid in column 7? a. - b. \ c. * d. # e. $

4 Answers  


how do u list the abended jobs?

1 Answers   IBM,


What are various search techniques in cobol? Explain.

0 Answers  


wirte a pgm in using files in which we hav 10 ,20,30 40...100 records in inputfile and i want them to be send to outputfile in reverse order. PLZ HELP ME OUT .........THIS IS A RECENT QUESTION IN IGATE..

5 Answers   iGate,


In COBOL programming, what is PERFORM? What is VARYING?

0 Answers   CDC,


Can anyone tell me how to handle the array beyond the limit. If we have an array or a table which can handle 5000 records but now we have to compensate 20000 records with the same array? how to handle the situation.

2 Answers  


How to traceback if I am getting SOC7 or SOC4 abend? List down the steps

0 Answers  


Categories