Page 1 of 1

XML stages for mainframe?

Posted: Mon Nov 07, 2005 7:39 pm
by troywinston
Can someone help with XML. My source is XML format from a mainframe and I want to load target to cobol copybook format on another mainframe. Server has XML stages but I realize mainframe does not, any suggestions? I am using 7.5

Posted: Mon Nov 07, 2005 8:35 pm
by aartlett
Troy,
Try a XSLT to do it. A java based one (Saxxon at apache) would do it.

Posted: Tue Nov 08, 2005 1:49 pm
by troywinston
Any other approach ai coudl take to get this done? For example
perform a server job first using XML source -> XML transformer -> sequential file.
then perform a mainframe job from that Sequential file -> transformer - cobol cobybook.
Any thoughts or suggestion!!

Posted: Tue Nov 08, 2005 2:20 pm
by DSguru2B
Troy,
I think you just said it. Try that. It should work. Read the data using xml input, use the xml transformer, use sequential stage as ur passive stage, into the transformer, change the format to ebcidic and into cobol copy book.