How to read records from flat file in reverse order through
COBOL program?
Answer Posted / srini
Sort the file based on key in descending order. You can
read the file in reverse order.
| Is This Answer Correct ? | 44 Yes | 27 No |
Post New Answer View All Answers
What is the use of intialize verb?
What are the pertinent COBOL
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
) How do u handle errors in BMS macro
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
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.
What are the different types of condition in cobol and write their forms.
What are various search techniques in cobol? Explain.
Why occurs cannot be used in 01 level in COBOL?
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
what are decleratives in cobol?
what is amode(24), amode(31), rmode(24) and rmode(any)?
What is length is cobol?
IF I mention stop run in CICS what happens?
What is the difference between binary search and sequential search?