2
votes
8answers
789 views
Reading cobol datastructures from Java
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 data definition is done as Cobol …
2
votes
1answer
303 views
COBOL Copybook Specifications for a C# programmer
I am working on an application that requires me to produce a COBOL copybook to define a data file.
Does anyone have a good reference on how to write out a copybook?
1
vote
3answers
93 views
Convert Cobol copybook to XSD
Does anyone know a tool to convert from Cobol Copybook to XSD? Or XML.
