<?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: Cannot import excel to SAS in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Cannot-import-excel-to-SAS/m-p/459296#M116643</link>
    <description>Thanks for your great help! It works since I changed DBMS=excel to xlsx... However, I still can't use import wizard to import my excel data...It seems that I should import them manually QQ</description>
    <pubDate>Wed, 02 May 2018 13:23:58 GMT</pubDate>
    <dc:creator>Ecolife</dc:creator>
    <dc:date>2018-05-02T13:23:58Z</dc:date>
    <item>
      <title>Cannot import excel to SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Cannot-import-excel-to-SAS/m-p/459270#M116633</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;This is Kelly and is my first time to post my question here...&lt;/P&gt;&lt;P&gt;The problem is that I couldn't import my excel to SAS...and I have checked the version of excel and it is excel 2016 64bit(office 365) and my PC is also X64 processor.&lt;/P&gt;&lt;P&gt;The error still shows:" Connect: Class not registered. Error in the LIBNAME statement." after I tried most solutions...including installing PC server and SAS re-installation.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have done the flowchart&amp;nbsp;for troubleshooting:&amp;nbsp;&lt;A href="http://support.sas.com/kb/60/356.html#mdd-connect" target="_blank"&gt;http://support.sas.com/kb/60/356.html#mdd-connect&lt;/A&gt;, and it says I should consult the technical support. Is there any further instruction for solving this problem? Or where should I ask for help?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 May 2018 13:06:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Cannot-import-excel-to-SAS/m-p/459270#M116633</guid>
      <dc:creator>Ecolife</dc:creator>
      <dc:date>2018-05-02T13:06:37Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot import excel to SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Cannot-import-excel-to-SAS/m-p/459283#M116635</link>
      <description>Hi Kelly,&lt;BR /&gt;&lt;BR /&gt;Can you please post the code that you used for importing excel file.</description>
      <pubDate>Wed, 02 May 2018 12:52:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Cannot-import-excel-to-SAS/m-p/459283#M116635</guid>
      <dc:creator>Vish33</dc:creator>
      <dc:date>2018-05-02T12:52:35Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot import excel to SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Cannot-import-excel-to-SAS/m-p/459287#M116639</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;PROC IMPORT DATAFILE="d:\icd9.xlsx"
     DBMS=EXCELCS
     OUT=WORK.test REPLACE;
RUN;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I have tried EXCELCS and EXCEL but there are in the same result.&lt;/P&gt;</description>
      <pubDate>Wed, 02 May 2018 12:59:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Cannot-import-excel-to-SAS/m-p/459287#M116639</guid>
      <dc:creator>Ecolife</dc:creator>
      <dc:date>2018-05-02T12:59:40Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot import excel to SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Cannot-import-excel-to-SAS/m-p/459289#M116640</link>
      <description>&lt;P&gt;have you tried with XLS or XLSX Replace options.&lt;/P&gt;</description>
      <pubDate>Wed, 02 May 2018 13:06:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Cannot-import-excel-to-SAS/m-p/459289#M116640</guid>
      <dc:creator>Vish33</dc:creator>
      <dc:date>2018-05-02T13:06:21Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot import excel to SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Cannot-import-excel-to-SAS/m-p/459292#M116642</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options validvarname=any;
proc import out = multi 
	datafile = "test.xlsx" 
	dbms = xlsx  
	replace;    
	getnames = Yes; 
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 02 May 2018 13:15:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Cannot-import-excel-to-SAS/m-p/459292#M116642</guid>
      <dc:creator>emrancaan</dc:creator>
      <dc:date>2018-05-02T13:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot import excel to SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Cannot-import-excel-to-SAS/m-p/459296#M116643</link>
      <description>Thanks for your great help! It works since I changed DBMS=excel to xlsx... However, I still can't use import wizard to import my excel data...It seems that I should import them manually QQ</description>
      <pubDate>Wed, 02 May 2018 13:23:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Cannot-import-excel-to-SAS/m-p/459296#M116643</guid>
      <dc:creator>Ecolife</dc:creator>
      <dc:date>2018-05-02T13:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot import excel to SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Cannot-import-excel-to-SAS/m-p/459303#M116646</link>
      <description>&lt;P&gt;You are welcome!&amp;nbsp; code always should work across versions. Is importing through wizard is failing? in that case we have to see the excel versions its supporting through&amp;nbsp; wizard.&lt;/P&gt;</description>
      <pubDate>Wed, 02 May 2018 13:32:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Cannot-import-excel-to-SAS/m-p/459303#M116646</guid>
      <dc:creator>Vish33</dc:creator>
      <dc:date>2018-05-02T13:32:32Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot import excel to SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Cannot-import-excel-to-SAS/m-p/459316#M116648</link>
      <description>It still doesn't work with the import wizard. My SAS version is 9.4, and my excel version is 64-bit 2016 office365(provided from my school...)</description>
      <pubDate>Wed, 02 May 2018 14:07:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Cannot-import-excel-to-SAS/m-p/459316#M116648</guid>
      <dc:creator>Ecolife</dc:creator>
      <dc:date>2018-05-02T14:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot import excel to SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Cannot-import-excel-to-SAS/m-p/459317#M116649</link>
      <description>It's also a great solution. Thanks a lot!</description>
      <pubDate>Wed, 02 May 2018 14:07:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Cannot-import-excel-to-SAS/m-p/459317#M116649</guid>
      <dc:creator>Ecolife</dc:creator>
      <dc:date>2018-05-02T14:07:49Z</dc:date>
    </item>
  </channel>
</rss>

