)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 |
For rewrite, why is it mandatory that file needs to be opened?
)what is retrieve?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
How do pass the values to the parameters in cobol
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.
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?
I had 100 records and i want to execute last three records by using cobol programming?what will be coding?
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
What is the difference between Global and External Variables?
How does IDMS insure data integrity?
how to code in cobol while using variable block file?
how can we find total no of records in a file ....is there any utility......?