Explain Restart Logic in Cobol?

Answer Posted / yogesh

it will strat doing exection from previous records where it
will get an abend.

Is This Answer Correct ?    3 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How are the next sentence and continue different from each other?

765


What are INPUT PROCEDURE and OUTPUT PROCEDURE?

686


Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?

820


What is difference between static and dynamic call in cobol?

777


What is cobol?

744






example for sub strings ? and refernce modifications whit output pls

1846


i need a small 3d program using inline and outline.

1633


) How do u handle errors in BMS macro

1508


Explain how you can characterize tables in cobol?

636


I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?

1804


What is the use of intialize verb?

744


how do you reference the variable unblock file formats from cobol programs

748


Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.

5057


How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?

2097


I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?

1230