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? ...
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? ...
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 copybooks. What I think of is a library which taking into account the copybooks would be able to read those records. Ideally it should be pos...
Does anyone know a tool to convert from Cobol Copybook to XSD? Or XML. ...