Explain Restart Logic in Cobol?



Explain Restart Logic in Cobol?..

Answer / 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

More COBOL Interview Questions

01 a pic x(6) value is abcdef 01 b pic x(3) move a to b wht will be the value in b ?

3 Answers   Patni,


How to read the last 100 records from a COBOL file. The file contains N number of records.

11 Answers   IBM,


Can we dynamically increase the size of occurs clause? i.e In case I an not sure of the size of array and want to increase the size at run time.If yes , how?

1 Answers  


why we are using set in searchall?

4 Answers   IBM,


what is qualification on occurs clause?

2 Answers  


how do you reference the esds vsam file formats from cobol programs

0 Answers  


i have n records in one file and in this file there is some fields and i want to count that how many sharma in my file so plz give the coding that how we read sharma ?

2 Answers  


I've one string with spaces ( I N D I A ). My question is I want remove the spaces & combine in to single string without space (INDIA).How we can write the cobol program & wich options we need to use. Please let me know.

10 Answers   Mascon,


what is a zoned decimal data type and how it will be stored?

2 Answers   IBM,


How can we increase the size of an existing PDS to include more no. of modules. I tried the answer posted by Jagan(TSO PDS 'pds name') but did not find it working. The answer posted by kamal i know very well. Please suggest me a answer so that we don't need to delete the existing PDS and still we can change the size as well.

10 Answers  


how to move the records from file to array table. give with code example

0 Answers   ADP, Syntel,


what is ASRA, AEY9?

2 Answers   IBM,


Categories