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
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
In COBOL programming, what is PERFORM? What is VARYING?
When is inspect verb is used in cobol?
What is redefines clause in COBOL?
What is amode(24)?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
Why occurs cannot be used in 01 level in COBOL?
) How do u handle errors in BMS macro?
What is a SSRANGE and NOSSRANGE?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
How do you define a variable of comp-1 and comp-2?
Explain how you can characterize tables in cobol?
What is the difference between structured cobol programming and object alternativelyiented cobol?
what is amode(24), amode(31), rmode(24) and rmode(any)?