can we read records in a file from botom to top. if
possible how can we read
Answer Posted / jayant
WORKAROUND:Sort the file in the descending manner first
based on its key,than read it normally.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How do you get the data to code the BMS macro?
Explain how you can characterize tables in cobol?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
What is inspect in cobol ?
) How do u handle errors in BMS macro
What is length is cobol?
What are various search techniques in cobol? Explain.
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
What are the rules of the move verb?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
Difference between cobol and cobol-ii?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
how can i see junk values in dclgen or in hostvariable of comp ?