How to read records from flat file in reverse order through
COBOL program?
Answer Posted / mahendra.ch
first we can move the records to an occurs
then
we can solve this problem by using perform varing 1 by -1
until i=0
hear i = number of racords.
iam shure it works.
thank you....
| Is This Answer Correct ? | 8 Yes | 4 No |
Post New Answer View All Answers
Can you please let me know the centre name of INS certification in Kolkata.
When is inspect verb is used in cobol?
What is the difference between PIC 9.99 and PIC9v99?
How are the next sentence and continue different from each other?
In COBOL, what is the different between index and subscript?
Which division and paragraphs are mandatory for a COBOL program?
explain sorting techniques in cobol program?
How do you get the data to code the BMS macro?
What is length is cobol?
Write a program that uses move corresponding.
how to move the records from file to array table. give with code example
What are different data types in cobol?
What is the difference between next sentence and continue in cobol programing language?
What kind of error is trapped by on size error option?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?