How to read records which is in sequential file in reverse
order ? Exp. 1 2 3 4 5 . i want 5 4 3 2 1?please clear my
doubt any one
Answer Posted / gumba
Use Open Input file Reversed
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
What are the different rules for performing sort operation?
) what is the difference between AID and HANDLE AID?
How arrays can be defined in COBOL?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......
What are the pertinent COBOL
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What are the different open modes available in cobol?
What is static and dynamic call in cobol?
A table has two indexes defined. Which one will be used by the SEARCH?
what is amode(24), amode(31), rmode(24) and rmode(any)?
What are different data types in cobol?
Give some examples of command terminators?
what is difference between cobol and cobol/400
What is the difference between structured cobol programming and object alternativelyiented cobol?