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 are the paramater we cannot use in procedure?how many instream we can write in single jcl?can we call instream to catalog and ctalog to instream?

2 Answers   Satyam,


With in these three which one is the default one Call Reference, Call By Value, Call By Content.-Which one is default?

4 Answers   IBM,


The disposition parameter in the jcl is share ( DISP+SHR ) and the program opens file in extend mode what will happen?

6 Answers   Cognizant,


What are different data types in cobol?

0 Answers  


how to remove leading spaces and zeroes in a cobol variable.is there any easy way to do it

2 Answers  






WT R TECHNICAL MAINFRAME QUESTION ASKED IIN ANJANASOFTEARE??

1 Answers  


In EBCDIC, how would the number 1234 be stored?

2 Answers   TCS,


What should be the sorting order for SEARCH ALL?

5 Answers  


How to display the index.(displacement from an array)

4 Answers   IBM,


sample code for read a 2nd record from last in flatfile how can do?

4 Answers   iNautix,


for an INITIALIZE and what keyword allows for an override of the default.

2 Answers  


How can you add a particular field in copybook?

2 Answers   L&T,


Categories