I am tying to run the vutil - rebuild with k K0, k1 , k2.
Essentially I am losing records. One of the links in community center says we need to write Cobol program. Would be really helpful if any of teh members can share a sample file or utility that helps rebuild this.
This program would have the form:
Open input Original-File
Open output Master-File
Start Original-File at Low Values
Read Original-File Next Record
* Set Declaratives so that error 98's are trapped , and
* the response is to increment the current key by 1 in the
* least significant digit, and the start is re-tried.
* Code your Start with an Invalid Key phrase which does
* the same thing.
Write Master-File.
the runtime configuration option, "ERRORS-OK" will need to be set to 1 in order to open the corrupt file.


