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
votes
1answer
62 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 ...