Reading COBOL datastructures from Java

后端 未结 8 985
情深已故
情深已故 2020-12-13 05:14

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

8条回答
  •  夕颜
    夕颜 (楼主)
    2020-12-13 05:59

    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.

提交回复
热议问题