How to read records from flat file in reverse order through
COBOL program?
Answer Posted / laxmaiah
i have some knowledge in flat files,
(open input file-name reversed)
in this type use read the data in reverse order
AND write another file
Is This Answer Correct ? | 16 Yes | 13 No |
Post New Answer View All Answers
What are 77 levels used for?
State the various causes of s0c1, s0c5 and s0c7.
What is the Purpose of Pointer in the string?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
What are the different data types in cobol?
what is amode(24), amode(31), rmode(24) and rmode(any)?
What is the difference between PIC 9.99 and 9v99 in COBOL?
Write down the divisions of cobol program?
What is the local-storage section?
how do you reference the esds vsam file formats from cobol programs
what is the use of outrecord?
Write a program to enter and display the names of students in a class using the occurs clause.
What is length is cobol?