Tagged Questions
3
votes
9answers
3k views
Reading cobol datastructures from Java
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 data definition is done as Cobol ...