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


Please Help Members By Posting Answers For Below Questions

System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..

1579


Why is it necessary that file needs to be opened in I-O mode for REWRITE?

734


What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?

663


What is rmode(any) ?

676


write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc

692






how we sort two input files based on a common column and giving one o/p file please send me the coding logic?

1639


What is length is cobol?

639


How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?

724


Write down the divisions of cobol program?

660


Write a cobol program making use of the redefine clause.

720


I have a File that has duplicate records. I need only those records that occur more than thrice.?

8603


How do you differentiate between cobol and cobol-ii?

646


EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?

2048


input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?

1862


What is report-item in COBOL?

702