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 do u handle errors in BMS macro
Why occurs cannot be used in 01 level in COBOL?
How to print 10 to 1 if the input have only 10 digit number?
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
what is the use of outrecord?
i want a program using by if, evaluate , string, unstring, perform, occurs?
How do we get current date from system with century in COBOL?
how do you reference the fixed unblock file formats from cobol programs
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
What is the compute verb? How is it used?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
What the difference is between continue and next sentence?
What is the difference between Global and External Variables?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
What is the use of intialize verb?