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 / sreejith
sort the file firt in decending order
and then read sequentially
| Is This Answer Correct ? | 12 Yes | 10 No |
Post New Answer View All Answers
Why did you choose to work with ibm mainframe cobol programming?
how do you reference the printer file formats from cobol programs
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
What is the compute verb? How is it used?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
How do you reference the following file formats from cobol programs?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
What rules are to be followed while using the corresponding options?
What is a scope terminator give example?
Write a program that uses move corresponding.
In COBOL programming, what is PERFORM? What is VARYING?
how to convert the recors form vsam file to db2 table tru file aid
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
what is search and searchall?what is the diffrence between them?give an best example?