How to Write the RESTART Logic Using COBOL?
Answer Posted / 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 |
Post New Answer View All Answers
What are the access modes of START statement?
Which division and paragraphs are mandatory for a COBOL program?
What is a SSRANGE and NOSSRANGE?
What is a report item?
What are the rules of the move verb?
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
What is comp-1 and comp-2?
What is the difference between comp and comp-3?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
Write a program that uses move corresponding.
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
Explain how you can characterize tables in cobol?
What is the difference between comp and comp-3 usage?
What are the various section in data division and briefly explain them.
i need a small 3d program using inline and outline.