If it is from CA-REALIA, you can find for free the utility RCOPY which can copy the indexed-file for you into a sequential file. But... COBOL indexed-files are not self-explaining like DBF files are. The data is inside records which are all concatenated columns into one area. These columns are called fields in COBOL. These fields can be defined in several ways. There exists formats like binary, packed-decimal, things like that which can make it difficult to determine what the data means. Most of the time it is possible with utilities of the COBOL-provider to determine how big the key is and how many alternate keys there are. Do you know whom made the compiler of your COBOL-file?