can we read records in a file from botom to top. if
possible how can we read
Answer Posted / jayant
Sorry..the answer given by me was wrong...
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How do we get current date from system with century in COBOL?
How do get the result of your program directly on your pc?
What is the difference between comp and comp-3 usage?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
What is the difference between goback, stop run and exit program in cobol?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
Describe the cobol database components?
IF I mention stop run in CICS what happens?
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
Write a program to explain size error.
HOw can I get the negative sign while deduct high value from low value
How arrays can be defined in COBOL?
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 ......
how do you reference the fixed unblock file formats from cobol programs
how do you reference the ksds vsam file formats from cobol programs