I have two questions here. 1. How to read a flat file in
reverse order? 2. How to read a VSAM KSDS file in reverse
order? In both the cases we donot know the total number of
records.
Answer / dsingh29
add a sequence number at end of records and then sort in
descending order.
| Is This Answer Correct ? | 14 Yes | 1 No |
Write a program to explain size error.
What are the differences between COBOL and COBOL II?
How would the number +1234 be stored if a PIC clause of PICTUREs9(4) comp-3 were used?
Can you REWRITE a record in an ESDS file? Can you DELETE a record from it?
6 Answers ABC, IBM, Mphasis, Wipro,
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
write a program to eliminate duplicate records in a input file and send them to output file.THIS IS IGATE RECENT QUESTIONN.....JUST 1 WEEK BACKKKK...
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
0 Answers TryTechnicals Pvt Ltd,
What is the difference between comp and comp-3 usage? Explain other COBOL usage?s.
How do you fetch current date in normal cobol pgm and in cobol-db2 pgm?
where will u code file status ?
what is the meaning of pic 9(09)v99-
have in 100 records in a flat file i want to move records like 1,3,5,7,9,11,.. to Output file1 and 2,4,6,8,10,12,14 .. records moved to Output file2..Pls Provide real time answer..