How to read records from flat file in reverse order through
COBOL program?
Answer Posted / dimpy19
When REVERSED is specified, OPEN statement execution positions the QSAM file at its end. Subsequent READ statements make the data records available in reversed order, starting with the last record
Open INPUT filename REVERSED
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is report-item in COBOL?
Why occurs cannot be used in 01 level in COBOL?
what is the difference between COBOL2 AND COBOL390?
Write down the divisions of cobol program?
What type of SDLC u followed? Why?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
What is an in line perform? When would you use it? Anything else you wish to say about it.
Which Search verb is equivalent to PERFORM…VARYING?
what is difference between cobol and cobol/400
Give some examples of command terminators?
How do we get current date from system with century in COBOL?
In which area will you utilize 88 level items in cobol?
Explain what you understand by passing by value.
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
What is the utilization of copybook in cobol?