50 pts.
 XML file create from as/400
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

Answer Wiki:
Last Wiki Answer Submitted:  Be the first to answer this question.
All Answer Wiki Contributors:  Be the first to answer this question.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

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

 108,085 pts.

 

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

 50 pts.

 

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

 1,285 pts.

 

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

 108,085 pts.