Is there a way to read COBOL data in a Java program? More concretely I\'m confronted with the following case:
I have a file with fixed length records of data. The da
Have a look at Javolution Struct.
You can then use a macro to convert your COBOL datat into Struct.
Struct