How to Write the RESTART Logic Using COBOL?
Answer Posted / 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 |
Post New Answer View All Answers
How do get the result of your program directly on your pc?
What is redefines clause in COBOL?
What guidelines should be followed to write a structured cobol prgm?
) how do u code after getting data?
How do u write test cases?
What is rmode(24)
What is a SSRANGE and NOSSRANGE?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
Can we change the password using ALTER? anyone tried and changed?
What is amode(31)
What is cobol?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
Write the code implementing the perform … varying.
What are the different rules of SORT operation?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there