Convert Mainframe Binary to Ascii Using any Open Source Code or Tool

一世执手 提交于 2019-11-28 10:27:14

Reading in Java

If you want to Read Mainframe Cobol Files in java, have a look at

  • JRecord - You will have to specify the charset (font). For US EBCDIC use CP037.
  • Legstar - Have variety of Mainframe - Cobol Tools
  • CB2java - Has not been updated in a while (not supported any more and has problems)

Also the RecordEditor will let you view / Edit Mainframe Cobol Files

Conversion Utilities

For simple Cobol files these conversion utilities (based on JRecord) could be used:

RecordEditor

The RecordEditor has a Generate option for generating Java / JRecord code. See RecordEditor Code Generation notes

Note: I am the author of JRecord/RecordEditor

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!