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
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
how do you reference the fixed unblock file formats from cobol programs
What are 77 levels used for?
How are the next sentence and continue different from each other?
What are the cobol coding sheets?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
What are the different rules of SORT operation?
What is the difference between perform … with test after and perform … with test before?
Describe the cobol database components?
What is the difference between Global and External Variables?
Which mode is used to operate the sequential file?
How do you reference the following file formats from cobol programs?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
What is the difference between external and global variables in COBOL?
Can a Search can be done on a table with or without Index?