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

a pic s9(4) comp b pic s9(4) comp-3 c ???????????????? d ???????????????? move a to c add a+B giving d. what is ur declaration for c,d?

4 Answers  


I want to declare a field with data type Double in my COBOL program. how shall i do that ?

5 Answers  


which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad

0 Answers  


wirte a pgm in using files in which we hav 10 ,20,30 40...100 records in inputfile and i want them to be send to outputfile in reverse order. PLZ HELP ME OUT .........THIS IS A RECENT QUESTION IN IGATE..

5 Answers   iGate,


Can anyone tell me how to handle the array beyond the limit. If we have an array or a table which can handle 5000 records but now we have to compensate 20000 records with the same array? how to handle the situation.

2 Answers  






What is the output generated by the following code? 01 GRP-I. 05 SUBFLD1 PIC XX VALUE "AB". 05 FILTER PIC X(6) VALUE SPACES. 01 GRP-2 REDEFINED GRP-1. 05 SUB-FLD2 PIC XX. 05 SUB-FLD3 PIC XX. 05 FILTER PIC X(4). IF SUB-FLD1 NOT = SPACES DISPLAY "SUBFLD1" MOVE "ABBCCD" TO GRP-1 IF SUB-FLD3 = SPACES DISPLAY "SPACES" ELSE DISPLAY "SUBFLD3" DISPLAY "END" ELSE DISPLAY "SPACES" DISPLAY "END". (a) SUBFLD1 SUBFLD3 END (b) SPACES END (c) SUBFLD1 END (d) SUBFLD1 SPACES

7 Answers   TCS,


How to display the index.(displacement from an array)

4 Answers   IBM,


copy 100 records without using ibm utilities

3 Answers  


in real time what is the suitable exp where in-stream procedure is better then catalog procedure.

1 Answers  


What are the various section in data division and briefly explain them.

0 Answers  


how to display comp3 variables reply soon ?

4 Answers   Patni,


How many variables can be declared in w-s section.?

2 Answers  


Categories