Cobol DataViewer is an ultimate tool for Cobol data files reverse engineering. It reads Cobol data files with known and unknown record layouts, displays them, and converts them to non-Cobol formats. DataViewer recovers valuable data from Cobol files even if you do not have source of the Cobol program that wrote these files.
Cobol Data File ProliferationA lot of important data collected in the last 40 years by corporations and governments resides in Cobol data files.
Today languages other than Cobol are often used for data processing and programs in these languages need to read legacy Cobol data files. This makes it even more important to be able to convert Cobol data files to modern formats such as CSV, DBF, Excel, Oracle, etc.
Data Readers do just that — they convert Cobol data files to modern formats and make them available to programs in languages such as VB, C++, Java.
Why Reading Cobol Data Is DifficultCobol data files do not contain information about their own organization and record structure. That is, if you have just a Cobol data file and you do not have a Cobol program capable of writing or reading this file, you will most likely not be able to interpret the data contained in this file.
For every Cobol data file that you want to be able to read and interpret, you need the following:
Even if you have all 3 components as described above, reading and interpreting the data is still difficult: