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
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
how do you reference the fixed unblock file formats from cobol programs
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
In which area will you utilize 88 level items in cobol?
What is difference between static and dynamic call in cobol?
) what is the difference between AID and HANDLE AID?
Mention the guidelines to write a structured cobol program?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
What is the difference between PIC 9.99 and 9v99 in COBOL?
What is the problem of ordered sequential files access?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
Can we change the password using ALTER? anyone tried and changed?
what is the difference between COBOL2 AND COBOL390?
) How do u handle errors in BMS macro