Tagged Questions

4
votes
7answers
2k views

Convert Cobol copybook to XSD

Does anyone know a tool to convert from Cobol Copybook to XSD? Or XML.
1
vote
1answer
35 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 ...
-1
votes
1answer
40 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 ...