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 is the difference between a binary search and a sequential search what are the pertinent cobol?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
What is static and dynamic call in cobol?
Which Search verb is equivalent to PERFORM…VARYING?
What is the difference between next sentence and continue in cobol programing language?
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
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 are the different rules to perform a Search?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
What is the difference between Call and a Link?
How do define dynamic array in cobol.
How can you get the ksds file records into your cobol program?
how do you reference the variable unblock file formats from cobol programs
Explain how to differentiate call by context by comparing it to other calls?
What is the Purpose of Pointer in the string?