Hi All,
How to read the XML file and convert into SAS file without using SAS mapper (map file). we are panning create SAS utility,That should support different structural XML file.
CODE NOT TESTRD
filename t temp; libname x xmlv2 'c:\temp\test.xml' automap=replace xmlmap=t; proc copy in=x out=work noclone; run;
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Latest Updates
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.
Browse our catalog!