Dear Friends,
i have some data in PF and i want to that data in XML format how can i do that please tell about step by step becasue i am new in XML
thanks
Software/Hardware used:
XML file create from as/400
ASKED:
June 29, 2010 12:11 PM
UPDATED:
June 30, 2010 8:21 PM
What version/release of the OS are you working under? What compilers are you intending to use? (Are you willing to use a different language?) What XML tools do you have installed? What development tools will you be using? And what are you expecting to do with the XML once you create it?
One quick way to determine if you have some XML tools is to run DSPSFWRSC OUTPUT(*PRINT), and then search the resulting spooled file for the string “XML”.
A “step by step” description isn’t reasonable to expect — the steps can vary greatly depending on what you have available. But we can probably provide various starting points and help with obstacles as you run into them.
Tom
Hey Tom Thanks for reply
OS is V5R3
not any different language
not any XML tools
i only want to use our RPG or DB2 can you tell me, how can i do that
Hi Nelson,
Please do check out this http://www.scottklement.com/expat/
and you will be able to do what you want with XML. Very useful and easy to learn.
YuVa47
The comment from YuVa47 is as good as things are likely to get. Scott Klement’s work is effectively the de facto starting place for you.
Tom