How to read records from flat file in reverse order through
COBOL program?
Answer Posted / sravani
using rrds it is possible. we can count the no of records using rrds key. by using if we can decrement from last to first
| Is This Answer Correct ? | 0 Yes | 7 No |
Post New Answer View All Answers
Can we redefine the field of x(200) to less than 200?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
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
Explain how you can characterize tables in cobol?
Difference between cobol and cobol-ii?
Mention the guidelines to write a structured cobol program?
how do you reference the printer file formats from cobol programs
How do you differentiate between cobol and cobol-ii?
What is the usage of comp fields in cobol?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
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...)
What is the difference between perform … with test after and perform … with test before?
How are the next sentence and continue different from each other?
What the difference is between continue and next sentence?