-
-
-
Called and calling program for cobol with cursor
I have program A which is calling B first time. B program is feaching data using cursor , but some mess happened and the control went back to pro A without closing cursor . Once again program A called program B then what will happen to cursor. will program fetch the data.
-
-
What will happen if a cursor is opened again before closing?
A cursor is opened.After fetching few rows. it is opened again before closing it.What will be the result?
-
-
-
In-line PERFORM and out-line PERFORM
what is the in-line PERFORM and out-line PERFORM?
-
Comp and Comp-3
In real time in which situations we can use comp-3 and comp. What is the major difference between these two?
-
-
-
-
-
-
-
-
-
How to find the number of records in a flat file using COBOL ?
I tried in many ways, but it loops over again and again in the last record and reports me abend error.
-
-
COBOL Interview Questions
Ans