<?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: Unable to import Excel file in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Unable-to-import-Excel-file/m-p/365902#M64799</link>
    <description>&lt;P&gt;Try dbms=xlsx&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Of course, it and all of the ones you tried assume that you license SAS/Access for PC File formats&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Art, CEO, AnalystFinder.com&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 10 Jun 2017 11:46:03 GMT</pubDate>
    <dc:creator>art297</dc:creator>
    <dc:date>2017-06-10T11:46:03Z</dc:date>
    <item>
      <title>Unable to import Excel file</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Unable-to-import-Excel-file/m-p/365900#M64797</link>
      <description>&lt;P&gt;Hi, I was unable to import an excel workbook with only one sheet into SAS 9.4.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried using the IMPORT/EXPORT option in the files and after inserting the file in the BROWSE option, I get a message, "failed. check log"&lt;/P&gt;&lt;P&gt;And the log says as follows.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: Connect: Class not registered&lt;BR /&gt;ERROR: Error in the LIBNAME statement.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried other methods as well. I tried the following codes but none of them worked&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PROC IMPORT = "C:\Users\Arushi Arora\Desktop\data slum";&lt;BR /&gt;DATAFILE="filename"&lt;BR /&gt;&amp;lt;DBMS=EXCEL&amp;gt;&lt;BR /&gt;&amp;lt;OUT= ARUSHI.ANALYSIS&amp;gt;&lt;BR /&gt;&amp;lt;REPLACE&amp;gt;;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;PROC IMPORT OUT = ANALYSIS&lt;BR /&gt;DATAFILE="C:\Users\Arushi Arora\Desktop\data slum\filename.xlsx"&lt;BR /&gt;DBMS=EXCELCS REPLACE;&lt;BR /&gt;RUN;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PROC IMPORT Datafile="C:\Users\Arushi Arora\Desktop\data slum\filename.xlsx"&lt;BR /&gt;DBMS=excelcs&lt;BR /&gt;OUT=ANALYSIS REPLACE;&lt;BR /&gt;Sheet="ARUSHI" ;&lt;BR /&gt;Run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;All these showed error.!!!!&lt;/P&gt;&lt;P&gt;HELP.&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2017 11:25:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Unable-to-import-Excel-file/m-p/365900#M64797</guid>
      <dc:creator>Asquared</dc:creator>
      <dc:date>2017-06-10T11:25:47Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to import Excel file</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Unable-to-import-Excel-file/m-p/365902#M64799</link>
      <description>&lt;P&gt;Try dbms=xlsx&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Of course, it and all of the ones you tried assume that you license SAS/Access for PC File formats&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Art, CEO, AnalystFinder.com&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2017 11:46:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Unable-to-import-Excel-file/m-p/365902#M64799</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2017-06-10T11:46:03Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to import Excel file</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Unable-to-import-Excel-file/m-p/365907#M64801</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Arushiarora0 wrote:&lt;BR /&gt;
&lt;P&gt;Hi, I was unable to import an excel workbook with only one sheet into SAS 9.4.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried using the IMPORT/EXPORT option in the files and after inserting the file in the BROWSE option, I get a message, "failed. check log"&lt;/P&gt;
&lt;P&gt;And the log says as follows.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ERROR: Connect: Class not registered&lt;BR /&gt;ERROR: Error in the LIBNAME statement.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Most of the time, it's one of the two:&lt;/P&gt;
&lt;P&gt;- ACCESS to PC Files is not licensed&lt;/P&gt;
&lt;P&gt;- or the same was not (correctly) installed&lt;/P&gt;
&lt;P&gt;Do&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc setinit;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;and post the resulting log.&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2017 13:23:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Unable-to-import-Excel-file/m-p/365907#M64801</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-06-10T13:23:09Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to import Excel file</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Unable-to-import-Excel-file/m-p/365914#M64806</link>
      <description>&lt;P&gt;Thanks. The second code worked after changing the code with "xlsx"&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2017 15:42:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Unable-to-import-Excel-file/m-p/365914#M64806</guid>
      <dc:creator>Asquared</dc:creator>
      <dc:date>2017-06-10T15:42:50Z</dc:date>
    </item>
  </channel>
</rss>

