<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Convert the XML file to SAS datasets in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Convert-the-XML-file-to-SAS-datasets/m-p/696872#M212938</link>
    <description>&lt;P&gt;CODE NOT TESTRD&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;
filename t temp;
libname x xmlv2 'c:\temp\test.xml' automap=replace xmlmap=t;
proc copy in=x out=work noclone;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 05 Nov 2020 13:36:08 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2020-11-05T13:36:08Z</dc:date>
    <item>
      <title>Convert the XML file to SAS datasets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Convert-the-XML-file-to-SAS-datasets/m-p/696831#M212916</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Nov 2020 11:51:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Convert-the-XML-file-to-SAS-datasets/m-p/696831#M212916</guid>
      <dc:creator>sasikala</dc:creator>
      <dc:date>2020-11-05T11:51:35Z</dc:date>
    </item>
    <item>
      <title>Re: Convert the XML file to SAS datasets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Convert-the-XML-file-to-SAS-datasets/m-p/696872#M212938</link>
      <description>&lt;P&gt;CODE NOT TESTRD&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;
filename t temp;
libname x xmlv2 'c:\temp\test.xml' automap=replace xmlmap=t;
proc copy in=x out=work noclone;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 05 Nov 2020 13:36:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Convert-the-XML-file-to-SAS-datasets/m-p/696872#M212938</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2020-11-05T13:36:08Z</dc:date>
    </item>
  </channel>
</rss>

