Hello,
I need to get at some data that resides in files manipulated by COBOL. The COBOL version appears to be: Micro Focus Object COBOL V4.0 revision 007.
The files have idx, db and fd extensions. The idx appears to be mostly binary in vi, with some text, and the db appears to be mostly text with some binary.
The record layout has COMP, COMP-3 records. The data is 'live', and updated throughout the course of the day. The COBOL programmer has called the file an indexed isam file with a key.
However, I'm not a COBOL programmer, I just need to get at the data through Java, C++ or VB (in order of preference).
Any ideas appreciated. Thanks.
I need to get at some data that resides in files manipulated by COBOL. The COBOL version appears to be: Micro Focus Object COBOL V4.0 revision 007.
The files have idx, db and fd extensions. The idx appears to be mostly binary in vi, with some text, and the db appears to be mostly text with some binary.
The record layout has COMP, COMP-3 records. The data is 'live', and updated throughout the course of the day. The COBOL programmer has called the file an indexed isam file with a key.
However, I'm not a COBOL programmer, I just need to get at the data through Java, C++ or VB (in order of preference).
Any ideas appreciated. Thanks.