Hi,
I am facing tough time in reading an XML file as i have never done it before in SAS.
Can anyone help me in reading a sample XML file attached(the file extention has been changed as doc as i was not able to upload the xml file)
Can we read it using any XML engine available in Libname statement (if any)
It would also be good if any effective helpful learning material referance could also be provided.
Thanks
Lokesh
filename xx temp;
libname acrp xmlv2 "C:\temp\acrp.xml" automap=replace xmlmap=xx;
Using the free Xml Mapper tool from SAS instead of the automap will probably suit you better
HI,
Thanks for your reply and help.
I did try the same code to read the XML files but its creating blank files and no observation is coming into it.
Not able yo resolve.
Kindly help.
Thanks
Hi
I used the xml mapper tool as well instead of automap but the results are same.
What else i may try.
Thanks
The code @FriedEgg posted works for me with the file you've provided (once I've renamed it to the name FriedEgg uses).
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.