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
What guidelines should be followed to write a structured cobol prgm?
What is the local-storage section?
HOw can I get the negative sign while deduct high value from low value
What is a report item?
What is the difference between structured cobol programming and object alternativelyiented cobol?
how do you reference the ksds vsam file formats from cobol programs
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
example for sub strings ? and refernce modifications whit output pls
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
Explain how you can characterize tables in cobol?
What is redefines clause in COBOL?
When is inspect verb is used in cobol?
Which is not true about evaluate statement
IF I mention stop run in CICS what happens?
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?