Hi,
I have a RM Cobol file that appears to have a corrupt index. The records on the table when read appear as :
AAA WEA
AAA WEB
BBB REJ
AAA WEC
AAA WHD
When I recover the file the records are indexed as I would expect, e.g.
AAA WEA
AAA WEB
AAA WEC
AAA WHD
BBB REJ
Any idea why I would not be getting an error on this file, even though I know the index or something must be corrupt?
Cheers,
Hammy.
I have a RM Cobol file that appears to have a corrupt index. The records on the table when read appear as :
AAA WEA
AAA WEB
BBB REJ
AAA WEC
AAA WHD
When I recover the file the records are indexed as I would expect, e.g.
AAA WEA
AAA WEB
AAA WEC
AAA WHD
BBB REJ
Any idea why I would not be getting an error on this file, even though I know the index or something must be corrupt?
Cheers,
Hammy.