Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
7answers
2k views

Convert Cobol copybook to XSD

Does anyone know a tool to convert from Cobol Copybook to XSD? Or XML.
3
votes
9answers
3k 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 ...
3
votes
2answers
2k 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
1answer
34 views

cobol to xml schema - WTX Tool

We are doing xml to copybook and vice versa conversions in a middleware system, using IBM Websphere transformation extender. From this link Cobol to xsd mapping , we realised that PIC X(03), in ...
0
votes
1answer
73 views

mfl conversion for exponential data

In OSB, We are facing issue in mfl conversion from double exponential data to unsigned zoned decimal. It is failing because of exponential data(0E -7). Input : 000000 in binary format --> mfl ...
-1
votes
1answer
39 views

schema to copybook mapping - number

I have a mapping from xml schema(number) to copybook, copybook field is a number PIC S9(03). If my input xml element is 67, it is getting transformed to 06G. If the input is 65, getting transformed to ...