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
I have used Bruce's JRecord (from sourceforge) package for my project. It took only couple of days to learn to use it and saved me months of work in rolling out a much less general solution on my own. I recommend it highly.