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

What is the compute verb? How is it used?

661


IF I mention stop run in CICS what happens?

1896


What is a scope terminator give example?

657


What kind of error is trapped by on size error option?

740


how to refer the data field?

1812






What is the Purpose of Pointer in the string?

643


What is the problem of ordered sequential files access?

702


What is the utilization of copybook in cobol?

657


Which division and paragraphs are mandatory for a COBOL program?

709


What are INPUT PROCEDURE and OUTPUT PROCEDURE?

691


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

1657


What is a SSRANGE and NOSSRANGE?

823


Can a Search can be done on a table with or without Index?

804


How do you define a variable of comp-1 and comp-2?

705


Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?

720