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
how to access the file from prodution from changeman tool and to submit a file to production
What is the Purpose of Pointer in the string?
example for sub strings ? and refernce modifications whit output pls
explain sorting techniques in cobol program?
) how do u code after getting data?
How many sections are there in data division in COBOL?
Whats the difference between search & search ALL?
What are 77 levels used for?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
What is the difference between comp and comp-3?
Which Search verb is equivalent to PERFORM…VARYING?
When is inspect verb is used in cobol?
What are all the divisions of a COBOL program?
What are the different rules to perform a Search?
how do you reference the variable unblock file formats from cobol programs