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

How do get the result of your program directly on your pc?

2107


What is redefines clause in COBOL?

1073


What guidelines should be followed to write a structured cobol prgm?

902


) how do u code after getting data?

1847


How do u write test cases?

1856


What is rmode(24)

930


What is a SSRANGE and NOSSRANGE?

1162


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.

2262


Can we change the password using ALTER? anyone tried and changed?

1780


What is amode(31)

945


What is cobol?

977


What is the difference between structured cobol programming and object alternativelyiented cobol programming?

1006


Write the code implementing the perform … varying.

843


What are the different rules of SORT operation?

932


can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there

2153