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 can you get the ksds file records into your cobol program?
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
IF I mention stop run in CICS what happens?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
What is the difference between binary search and sequential search?
What are all the divisions of a COBOL program?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
What are the pertinent COBOL commands?
Why did you choose to work with ibm mainframe cobol programming?
What is static and dynamic call in cobol?
In COBOL programming, what is PERFORM? What is VARYING?
Can we change the password using ALTER? anyone tried and changed?
what is search and searchall?what is the diffrence between them?give an best example?