Skip to content

Instantly share code, notes, and snippets.

@ejlp12
Last active April 11, 2020 19:24
Show Gist options
  • Select an option

  • Save ejlp12/4f59bd35cbfe4c5ffcf7955d5680a298 to your computer and use it in GitHub Desktop.

Select an option

Save ejlp12/4f59bd35cbfe4c5ffcf7955d5680a298 to your computer and use it in GitHub Desktop.
Let's start developing COBOL on Mac OS-X
@ejlp12
Copy link
Author

ejlp12 commented Oct 1, 2016

image

@ejlp12
Copy link
Author

ejlp12 commented Oct 2, 2016

http://cobol2j.cvs.sourceforge.net/viewvc/cobol2j/
http://cobol2j.sourceforge.net/

cobol2j reads COBOL or RPG EBCDIC or ASCII flat data files imported from mainframes, AS/400 or Baby/36 environment. Packed decimal, zoned or packed date fields decoding included. Default conversion tables provided.

https://github.com/miolini/jcopybook

a COBOL CopyBook converter written in Java, OSGI and Maven ready.

https://github.com/devstopfix/cb2java

Dynamic COBOL copybook parser for Java. Supports parsing and writing of application data based on parsed copybooks. Coverts COBOL types to Java types and back to COBOL types with validation. (forked from https://sourceforge.net/projects/cb2java/)

https://github.com/devstopfix/cb2json

This library converts a fixed-width data stream into its JSON equivalent using a Copybook to define both structures.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment