How to read records from flat file in reverse order through
COBOL program?
Answer Posted / shrik
Reading the records into a buffer (array) and using it in
reverse order would be the first idea that comes to mind but
that way doesnt work for file with millions of records.
| Is This Answer Correct ? | 18 Yes | 6 No |
Post New Answer View All Answers
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
What are the different data types in cobol?
Can you please let me know the centre name of INS certification in Kolkata.
how can i see junk values in dclgen or in hostvariable of comp ?
How can you get the ksds file records into your cobol program?
What is the problem of ordered sequential files access?
How do you differentiate between cobol and cobol-ii?
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
What is the usage of comp fields in cobol?
explain sorting techniques in cobol program?
Name the sections present in data division.
Give some examples of command terminators?
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
What is comp-1 and comp-2?