Reading COBOL datastructures from Java

后端 未结 8 966
情深已故
情深已故 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:40

    Have a look at Javolution Struct.

    You can then use a macro to convert your COBOL datat into Struct.

提交回复
热议问题