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
You could look at JRecord or cb2java. Both allow you to access COBOL files, but neither will generate the full classes.
Update Jan 2011
Since the original answer:
JRecord Code generator available as either a standalone program or in the Recordeditor.
This Code Generator will build JRecord JRecord code from a COBOL Copybook. See RecordEditor Jrecord CodeGen)The RecordEditor has a Generate option for generating Java / JRecord code from a COBOL Copybook. See RecordEditor Code Generation notes for details.
There is some information on generating Java~JRecord code in this question / answer:
How do you generate java~jrecord code for a Cobol copybook