<?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: SAS 9.3 import excel file in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/SAS-9-3-import-excel-file/m-p/180770#M46058</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp; This is a known issue. If you had searched on Tech Support&amp;nbsp; (support.sas.com) for notes, using the text of the message (Class not registered) you would have found this note that says what the fix is for the Class not registered message: &lt;A href="http://support.sas.com/kb/52/649.html" title="http://support.sas.com/kb/52/649.html"&gt;52649 - Using the IMPORT and EXPORT procedures with Microsoft Excel and Microsoft Access fails and returns a "Class not registered" error&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Usually, when you get this message, it is because you have a "bitness" mismatch between SAS and Office. For example, I have 64 bit SAS on my machine, but I have 32 bit Office. That means code that used to work in SAS 9.2 (when both applications were 32 bit applications) will no longer work with 64 bit SAS and 32 bit Excel. For an excellent discussion of why you need a "helper" file like the PC File Server as the middleman to do your export, please see this blog post by Chris Hemedinger &lt;A href="http://blogs.sas.com/content/sasdummy/2012/02/11/export-excel-methods/" title="http://blogs.sas.com/content/sasdummy/2012/02/11/export-excel-methods/"&gt; How do I export from SAS to Excel files: Let me count the ways - The SAS Dummy&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Until you install the PC File Server, your import/export will not work as it used to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 30 Aug 2014 14:21:53 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2014-08-30T14:21:53Z</dc:date>
    <item>
      <title>SAS 9.3 import excel file</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-9-3-import-excel-file/m-p/180766#M46054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I used the same codes s in SAS 9.2 to imort excel file - however it did not work&lt;/P&gt;&lt;P&gt;the log file had ERROR message&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;ERROR: Connect: Class not registered&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ERROR: Error in the LIBNAME statement.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I don't understant what I need to do so it will work&lt;/P&gt;&lt;P&gt;my operating system is Window XP version 2010&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Aug 2014 06:23:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-9-3-import-excel-file/m-p/180766#M46054</guid>
      <dc:creator>dmerom</dc:creator>
      <dc:date>2014-08-30T06:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.3 import excel file</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-9-3-import-excel-file/m-p/180767#M46055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try different engine :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dbms=excel&lt;/P&gt;&lt;P&gt;dbms=xls&lt;/P&gt;&lt;P&gt;dbms=xlsx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Aug 2014 11:18:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-9-3-import-excel-file/m-p/180767#M46055</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2014-08-30T11:18:50Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.3 import excel file</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-9-3-import-excel-file/m-p/180768#M46056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is what I used in my code&lt;/P&gt;&lt;P&gt;but even if I try to import the file by locating its place on my folders it will not let me -" no connection"&lt;/P&gt;&lt;P&gt;I wonder why - this is no longer a cyntax problem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Aug 2014 11:27:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-9-3-import-excel-file/m-p/180768#M46056</guid>
      <dc:creator>dmerom</dc:creator>
      <dc:date>2014-08-30T11:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.3 import excel file</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-9-3-import-excel-file/m-p/180769#M46057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As my opinion, you have no excel engine like XLS EXCEL registered in your SAS system .therefore you can't import excel file . Contact SAS support to confirm what is your problem .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Xia Keshan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Aug 2014 12:10:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-9-3-import-excel-file/m-p/180769#M46057</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2014-08-30T12:10:15Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.3 import excel file</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-9-3-import-excel-file/m-p/180770#M46058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp; This is a known issue. If you had searched on Tech Support&amp;nbsp; (support.sas.com) for notes, using the text of the message (Class not registered) you would have found this note that says what the fix is for the Class not registered message: &lt;A href="http://support.sas.com/kb/52/649.html" title="http://support.sas.com/kb/52/649.html"&gt;52649 - Using the IMPORT and EXPORT procedures with Microsoft Excel and Microsoft Access fails and returns a "Class not registered" error&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Usually, when you get this message, it is because you have a "bitness" mismatch between SAS and Office. For example, I have 64 bit SAS on my machine, but I have 32 bit Office. That means code that used to work in SAS 9.2 (when both applications were 32 bit applications) will no longer work with 64 bit SAS and 32 bit Excel. For an excellent discussion of why you need a "helper" file like the PC File Server as the middleman to do your export, please see this blog post by Chris Hemedinger &lt;A href="http://blogs.sas.com/content/sasdummy/2012/02/11/export-excel-methods/" title="http://blogs.sas.com/content/sasdummy/2012/02/11/export-excel-methods/"&gt; How do I export from SAS to Excel files: Let me count the ways - The SAS Dummy&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Until you install the PC File Server, your import/export will not work as it used to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Aug 2014 14:21:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-9-3-import-excel-file/m-p/180770#M46058</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2014-08-30T14:21:53Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.3 import excel file</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-9-3-import-excel-file/m-p/180771#M46059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Would SAS 9.3 or 9.4 take care the "bitness" issue with the use of PC File Server?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nelson&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Sep 2014 22:06:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-9-3-import-excel-file/m-p/180771#M46059</guid>
      <dc:creator>NL</dc:creator>
      <dc:date>2014-09-02T22:06:25Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.3 import excel file</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-9-3-import-excel-file/m-p/180772#M46060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Correct. But you can also cure this problem in SAS 9.3/9.4 by aligning the bitness of MS Office with SAS. For example we have 64-bit MS Office components stored on our SAS server to align with 64-bit SAS software and that avoids using the PC File Server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are running SAS on the desktop only you can choose to install 32-bit SAS 9.3/9.4 to be compatible with 32-bit MS Office.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Might be also worth confirming that your SAS 9.3 has SAS/ACCESS for PC Files both installed and licensed. Use PROC SETINIT to confirm your licence. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Sep 2014 22:24:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-9-3-import-excel-file/m-p/180772#M46060</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2014-09-02T22:24:53Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.3 import excel file</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-9-3-import-excel-file/m-p/180773#M46061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This may be a bit off the topic. I have SAS 9.2 (32 bit) installed in a 64 bit OS (laptop) and have MS Office 2010 (32 bit). However, I noticed the ACCESS Connectivity Engine is missing. I tried to download and install it but still unbale to see it in Registry editor. What is the root cause? Would SAS still be able to read Excel and export to Excel?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Sep 2014 22:42:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-9-3-import-excel-file/m-p/180773#M46061</guid>
      <dc:creator>NL</dc:creator>
      <dc:date>2014-09-02T22:42:24Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.3 import excel file</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-9-3-import-excel-file/m-p/180774#M46062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp; I do not know whether you need the Microsoft ACE engine if you have SAS/Access to PC File Formats. This would be a question for Tech Support.&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Sep 2014 01:53:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-9-3-import-excel-file/m-p/180774#M46062</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2014-09-03T01:53:54Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.3 import excel file</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-9-3-import-excel-file/m-p/180775#M46063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Read this page from the doc&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/acpcref/67382/HTML/default/viewer.htm#p05hxa7xihwolmn1sdjpfui9nosc.htm" title="http://support.sas.com/documentation/cdl/en/acpcref/67382/HTML/default/viewer.htm#p05hxa7xihwolmn1sdjpfui9nosc.htm"&gt;SAS/ACCESS(R) 9.4 Interface to PC Files: Reference, Third Edition&lt;/A&gt;&lt;/P&gt;&lt;P&gt;for a partial answer to your question. Engine XLSX doesn't require ACE but has limited capabilities. It comes with the second maintenance release of SAS 9.4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(untested)&lt;/P&gt;&lt;P&gt;PG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Sep 2014 02:26:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-9-3-import-excel-file/m-p/180775#M46063</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2014-09-03T02:26:17Z</dc:date>
    </item>
  </channel>
</rss>

