<?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: Import 100,000 individual files in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Import-100-000-individual-files/m-p/418304#M280417</link>
    <description>&lt;P&gt;Figure out how to do one first. Then it's easy to automate it for the remaining.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you have working code for one file?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/91804"&gt;@Malathi13&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I have 100,000 xml files that I want to import into SAS. Is this possible to do so? I might have to convert the xml files to sas datasets or excel format. I tried doing it but I was not successful in converting xml files to sas datasets.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can someone help me in converting xml file to sas datasets/ excel files? Also, I want to know if I can import more than 100,000 individual xml files into sas.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;
&lt;P&gt;M&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 04 Dec 2017 21:05:31 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2017-12-04T21:05:31Z</dc:date>
    <item>
      <title>Import 100,000 individual files</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Import-100-000-individual-files/m-p/418303#M280416</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have 100,000 xml files that I want to import into SAS. Is this possible to do so? I might have to convert the xml files to sas datasets or excel format. I tried doing it but I was not successful in converting xml files to sas datasets.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone help me in converting xml file to sas datasets/ excel files? Also, I want to know if I can import more than 100,000 individual xml files into sas.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;M&lt;/P&gt;</description>
      <pubDate>Mon, 04 Dec 2017 21:03:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Import-100-000-individual-files/m-p/418303#M280416</guid>
      <dc:creator>Malathi13</dc:creator>
      <dc:date>2017-12-04T21:03:02Z</dc:date>
    </item>
    <item>
      <title>Re: Import 100,000 individual files</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Import-100-000-individual-files/m-p/418304#M280417</link>
      <description>&lt;P&gt;Figure out how to do one first. Then it's easy to automate it for the remaining.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you have working code for one file?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/91804"&gt;@Malathi13&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I have 100,000 xml files that I want to import into SAS. Is this possible to do so? I might have to convert the xml files to sas datasets or excel format. I tried doing it but I was not successful in converting xml files to sas datasets.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can someone help me in converting xml file to sas datasets/ excel files? Also, I want to know if I can import more than 100,000 individual xml files into sas.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;
&lt;P&gt;M&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Dec 2017 21:05:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Import-100-000-individual-files/m-p/418304#M280417</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-12-04T21:05:31Z</dc:date>
    </item>
    <item>
      <title>Re: Import 100,000 individual files</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Import-100-000-individual-files/m-p/418340#M280418</link>
      <description>&lt;P&gt;To import XML into SAS a simple Google search gives lots of results - the first three being&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/resources/papers/proceedings12/253-2012.pdf" target="_blank"&gt;http://support.sas.com/resources/papers/proceedings12/253-2012.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/Base-SAS-Programming/How-can-I-import-XML-file-into-SAS/td-p/283948" target="_blank"&gt;https://communities.sas.com/t5/Base-SAS-Programming/How-can-I-import-XML-file-into-SAS/td-p/283948&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/resources/papers/proceedings17/1318-2017.pdf" target="_blank"&gt;http://support.sas.com/resources/papers/proceedings17/1318-2017.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The bottom line is - much depends on the structure of your XML.....&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2017 01:11:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Import-100-000-individual-files/m-p/418340#M280418</guid>
      <dc:creator>ChrisBrooks</dc:creator>
      <dc:date>2017-12-05T01:11:30Z</dc:date>
    </item>
    <item>
      <title>Re: Import 100,000 individual files</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Import-100-000-individual-files/m-p/418674#M280419</link>
      <description>&lt;P&gt;2 steps:&lt;/P&gt;
&lt;P&gt;1- As mentioned, figure out the logic to read one file&lt;/P&gt;
&lt;P&gt;2- You can then read all the files in one fell swoop once the logic is know; it will be much faster than 100,000 different steps. Look at the FILEVAR= option.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2017 05:05:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Import-100-000-individual-files/m-p/418674#M280419</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2017-12-06T05:05:52Z</dc:date>
    </item>
  </channel>
</rss>

