wirte a pgm in using files in which we hav 10 ,20,30 40...100
records in inputfile and i want them to be send to outputfile
in reverse order.
PLZ HELP ME OUT .........THIS IS A RECENT QUESTION IN IGATE..
Answer Posted / quasar chunawala
There is no such facility on Mainframe COBOL to read a
Sequential File(PS), backwards. PS(Physical Sequential)
files are meant to be read in a straight-sequential fashion
record-by-record one at a time, till you reach the Desired
record.
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What are all the divisions of a COBOL program?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
What is the difference between comp and comp-3?
Name the sections present in data division.
How to use the same COBOL program in Batch and CICS on lines? explain with an example
) How do u handle errors in BMS macro
How can you get the ksds file records into your cobol program?
Are you comfortable in cobol or jcl?
what are decleratives in cobol?
What is the difference between PIC 9.99 and 9v99 in COBOL?
How you can read the file from bottom?
what happens if parmparameter passes zero bytes to the program
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
Name some of the examples of COBOl 11?