)what is retrieve?



)what is retrieve?..

Answer / veeru

what ever the data we entered for automatic transaction
initiation by using START() function, we able to get that
data by using RETRIEVE.......

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More COBOL Interview Questions

For rewrite, why is it mandatory that file needs to be opened?

0 Answers  


)what is retrieve?

1 Answers   IBM,


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

0 Answers   Valtech,


How do pass the values to the parameters in cobol

2 Answers  


If a sub program is called from mainprogram.I have opened cursor in main program and Fetch the result in subprogram ,Is it possible ?If yes please tell me the reason.

1 Answers  






01rec1. 05 a pic 999v99 value 123.12 05 b pic 99v9 value 45.9 02 rec2. 05 x pic 999v99 05 y pic 99v99 05 z pic x(3) value 'abc' if rec1 is moved to rec2 then what is the value of rec2?

5 Answers   Amdocs,


I had 100 records and i want to execute last three records by using cobol programming?what will be coding?

4 Answers   IBM,


Consider the following COBOL entries 05 X PIC 99 VALUE 10. ADD 40 X TO X. COMPUTE X = 3 * X - 40. The result in X is

12 Answers   TCS,


What is the difference between Global and External Variables?

0 Answers  


How does IDMS insure data integrity?

1 Answers  


how to code in cobol while using variable block file?

1 Answers  


how can we find total no of records in a file ....is there any utility......?

3 Answers   IBM,


Categories