BookmarkSubscribeRSS Feed
sasikala
Obsidian | Level 7

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.

 

 

1 REPLY 1
Ksharp
Super User

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;

SAS Innovate 2025: Save the Date

 SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!

Save the date!

How to Concatenate Values

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 1 reply
  • 409 views
  • 1 like
  • 2 in conversation