<?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 an excel file with a sheets in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Import-an-excel-file-with-a-sheets/m-p/209635#M267320</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When asking why an error has occurred please also supply your error message otherwise I would be guessing what the problem is.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Jul 2015 23:02:28 GMT</pubDate>
    <dc:creator>SASKiwi</dc:creator>
    <dc:date>2015-07-23T23:02:28Z</dc:date>
    <item>
      <title>Import an excel file with a sheets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Import-an-excel-file-with-a-sheets/m-p/209632#M267317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to import many sheets in excel file as sas datas&lt;/P&gt;&lt;P&gt;And I want the data name=sheet name&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2015 23:28:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Import-an-excel-file-with-a-sheets/m-p/209632#M267317</guid>
      <dc:creator>LineMoon</dc:creator>
      <dc:date>2015-07-22T23:28:23Z</dc:date>
    </item>
    <item>
      <title>Re: Import an excel file with a sheets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Import-an-excel-file-with-a-sheets/m-p/209633#M267318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My favoured approach is to use the EXCEL LIBNAME (you need SAS/ACCESS to PC Files for this):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;libname inxls excel "MyWorkbook.xls";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc datasets library = out;&lt;/P&gt;&lt;P&gt;&amp;nbsp; copy in = inxls out = out;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2015 00:41:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Import-an-excel-file-with-a-sheets/m-p/209633#M267318</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2015-07-23T00:41:10Z</dc:date>
    </item>
    <item>
      <title>Re: Import an excel file with a sheets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Import-an-excel-file-with-a-sheets/m-p/209634#M267319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I use&lt;/P&gt;&lt;P&gt;proc setinit; run;&lt;/P&gt;&lt;P&gt;I see : SAS/ACCESS to PC Files&lt;/P&gt;&lt;P&gt;But it does not work, why ?&lt;/P&gt;&lt;P&gt;when I write &lt;/P&gt;&lt;P&gt;libname inxls excel "MyWorkbook.xls";&lt;/P&gt;&lt;P&gt;I have an error &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2015 22:29:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Import-an-excel-file-with-a-sheets/m-p/209634#M267319</guid>
      <dc:creator>LineMoon</dc:creator>
      <dc:date>2015-07-23T22:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: Import an excel file with a sheets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Import-an-excel-file-with-a-sheets/m-p/209635#M267320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When asking why an error has occurred please also supply your error message otherwise I would be guessing what the problem is.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2015 23:02:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Import-an-excel-file-with-a-sheets/m-p/209635#M267320</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2015-07-23T23:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: Import an excel file with a sheets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Import-an-excel-file-with-a-sheets/m-p/209636#M267321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I will send you the error message later&lt;/P&gt;&lt;P&gt;But , if&amp;nbsp; i remember well, it will write &lt;/P&gt;&lt;P&gt;ERROR .....EXCEL.....&lt;/P&gt;&lt;P&gt;Question: we do not need a&amp;nbsp; window server with SAS/ACCESS to PC Files ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Jul 2015 08:14:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Import-an-excel-file-with-a-sheets/m-p/209636#M267321</guid>
      <dc:creator>LineMoon</dc:creator>
      <dc:date>2015-07-25T08:14:22Z</dc:date>
    </item>
  </channel>
</rss>

