<?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 Reg Excel Appending in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Reg-Excel-Appending/m-p/68941#M19757</link>
    <description>Hi&lt;BR /&gt;
&lt;BR /&gt;
I am having daily sheets of 200 Excel sheets in a folder ,all are having same variaables .I want to create only one datset from all the 200 excel sheets</description>
    <pubDate>Wed, 01 Sep 2010 04:35:45 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2010-09-01T04:35:45Z</dc:date>
    <item>
      <title>Reg Excel Appending</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Reg-Excel-Appending/m-p/68941#M19757</link>
      <description>Hi&lt;BR /&gt;
&lt;BR /&gt;
I am having daily sheets of 200 Excel sheets in a folder ,all are having same variaables .I want to create only one datset from all the 200 excel sheets</description>
      <pubDate>Wed, 01 Sep 2010 04:35:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Reg-Excel-Appending/m-p/68941#M19757</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-09-01T04:35:45Z</dc:date>
    </item>
    <item>
      <title>Re: Reg Excel Appending</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Reg-Excel-Appending/m-p/68942#M19758</link>
      <description>is this a random collection of excel worksheets?&lt;BR /&gt;
do these excel sheet have the same layout? (column order, data types, string lengths)?&lt;BR /&gt;
do they have column headers in the first row, which are sufficient to identify that column of data and are these column headers unique enough to join similar data from all these sheets?&lt;BR /&gt;
  &lt;BR /&gt;
of course you could hope that running 200 proc import will provide coinsistent result data, but an obvious string column in one won't join up adequately with the same named column in other sheets when the others are empty or numeric.&lt;BR /&gt;
 &lt;BR /&gt;
good luck</description>
      <pubDate>Wed, 01 Sep 2010 05:54:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Reg-Excel-Appending/m-p/68942#M19758</guid>
      <dc:creator>Peter_C</dc:creator>
      <dc:date>2010-09-01T05:54:15Z</dc:date>
    </item>
    <item>
      <title>Re: Reg Excel Appending</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Reg-Excel-Appending/m-p/68943#M19759</link>
      <description>A first pass would be to use PROC IMPORT for each sheet to create a work data set for that sheet followed by an APPEND (PROC DATASETS).  It should be fairly easy to automate the process for all the sheets.</description>
      <pubDate>Wed, 01 Sep 2010 05:57:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Reg-Excel-Appending/m-p/68943#M19759</guid>
      <dc:creator>ArtC</dc:creator>
      <dc:date>2010-09-01T05:57:41Z</dc:date>
    </item>
  </channel>
</rss>

