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
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...)
Name some of the examples of COBOl 11?
What is the difference between Call and a Link?
What rules are followed by the search verb.
Difference between cobol and cobol-ii?
What is rmode(any) ?
Which division and paragraphs are mandatory for a COBOL program?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
How to know whether the module is dynamical or statistical?
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 the default value(s) for an initialize and what keyword allows for an override of the default?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
Why occurs cannot be used in 01 level in COBOL?
How you can characterize tables in cobol?
State the various causes of s0c1, s0c5 and s0c7.