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 an in line perform? When would you use it? Anything else you wish to say about it.
What is report-item in COBOL?
What is rmode(any) ?
What are the different rules for performing sort operation?
What are the different rules of SORT operation?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
i want a program using by if, evaluate , string, unstring, perform, occurs?
) How do u handle errors in BMS macro
What are the different data types in cobol?
) How do u handle errors in BMS macro?
What type of SDLC u followed? Why?
What is the LINKAGE SECTION used in COBOL?
How to print 10 to 1 if the input have only 10 digit number?
What are the various section in data division and briefly explain them.