<?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: PROC IMPORT problems using 64 bit platform in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/PROC-IMPORT-problems-using-64-bit-platform/m-p/230612#M41841</link>
    <description>&lt;P&gt;Ok, this worked. &amp;nbsp;However, I want to use PROC IMPORT because I have several files to import and I plan to use a macro.&lt;/P&gt;</description>
    <pubDate>Mon, 19 Oct 2015 17:24:17 GMT</pubDate>
    <dc:creator>GreggB</dc:creator>
    <dc:date>2015-10-19T17:24:17Z</dc:date>
    <item>
      <title>PROC IMPORT problems using 64 bit platform</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-IMPORT-problems-using-64-bit-platform/m-p/230605#M41836</link>
      <description>&lt;P&gt;My new machine is running Windows 8.1 64 bit with Office 13 32bit software. I thought I had this licked, but am having more problems. &amp;nbsp;my file does exist. &amp;nbsp;I've checked the path and it's correct. &amp;nbsp;No one else has it opened.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My error in the log:&lt;/P&gt;
&lt;P&gt;ERROR: Unable to open file G:\Departments\Research\SpecialServices\1516\nes.xlsb. It does not&lt;BR /&gt; exist or it is already opened exclusively by another user, or you need permission to view&amp;nbsp;its data.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Code I'm using:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc import datafile='G:\Departments\Research\SpecialServices\1516\nes.xlsb' out=one&lt;BR /&gt;replace&lt;BR /&gt;dbms=excelcs;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Oct 2015 16:50:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-IMPORT-problems-using-64-bit-platform/m-p/230605#M41836</guid>
      <dc:creator>GreggB</dc:creator>
      <dc:date>2015-10-19T16:50:03Z</dc:date>
    </item>
    <item>
      <title>Re: PROC IMPORT problems using 64 bit platform</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-IMPORT-problems-using-64-bit-platform/m-p/230608#M41837</link>
      <description>&lt;P&gt;Hi, have you tried the data step approach (I use it on a 64-bit PC, Windows 7, 32-bit Office) &amp;nbsp;...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;libname x&amp;nbsp;'G:\Departments\Research\SpecialServices\1516\nes.x​lsb';&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;data one;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;* name of worksheet within xlsb file enclosed in quotes with an extra '$', and that 'n';&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;set x.'sheet1$'n ;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;run;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;libname x clear;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Oct 2015 17:05:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-IMPORT-problems-using-64-bit-platform/m-p/230608#M41837</guid>
      <dc:creator>MikeZdeb</dc:creator>
      <dc:date>2015-10-19T17:05:41Z</dc:date>
    </item>
    <item>
      <title>Re: PROC IMPORT problems using 64 bit platform</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-IMPORT-problems-using-64-bit-platform/m-p/230610#M41839</link>
      <description>&lt;P&gt;no luck.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;279 libname x 'G:\Departments\Research\SpecialServices\1516\nes.xlsb';&lt;BR /&gt;ERROR: Connect: Class not registered&lt;BR /&gt;ERROR: Error in the LIBNAME statement.&lt;BR /&gt;280&lt;BR /&gt;281 data one;&lt;BR /&gt;282 * name of worksheet within xlsb file enclosed in quotes with an extra '$', and that 'n';&lt;BR /&gt;283 set x.'sheet1$'n ;&lt;BR /&gt;ERROR: Libref X is not assigned.&lt;BR /&gt;284 run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Oct 2015 17:09:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-IMPORT-problems-using-64-bit-platform/m-p/230610#M41839</guid>
      <dc:creator>GreggB</dc:creator>
      <dc:date>2015-10-19T17:09:41Z</dc:date>
    </item>
    <item>
      <title>Re: PROC IMPORT problems using 64 bit platform</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-IMPORT-problems-using-64-bit-platform/m-p/230611#M41840</link>
      <description>&lt;P&gt;Hi, did you look at ... &lt;A href="http://support.sas.com/kb/43/933.html" target="_blank"&gt;http://support.sas.com/kb/43/933.html&lt;/A&gt; ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2 style="font: bold 1.2em/20.82px Arial, Helvetica, sans-serif; margin: 1em 0px 0.5em; text-align: left; color: rgb(75, 75, 75); text-transform: none; text-indent: 0px; letter-spacing: normal; word-spacing: 0px; white-space: normal; widows: 1; font-size-adjust: none; font-stretch: normal; -webkit-text-stroke-width: 0px;"&gt;Usage Note&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;I&gt;43933:&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/I&gt;"Connection Failed" and "Connect: Class not registered" errors occur when using the Import Wizard with SAS® 9.3 on Windows X64 systems&lt;/H2&gt;</description>
      <pubDate>Mon, 19 Oct 2015 17:18:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-IMPORT-problems-using-64-bit-platform/m-p/230611#M41840</guid>
      <dc:creator>MikeZdeb</dc:creator>
      <dc:date>2015-10-19T17:18:41Z</dc:date>
    </item>
    <item>
      <title>Re: PROC IMPORT problems using 64 bit platform</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-IMPORT-problems-using-64-bit-platform/m-p/230612#M41841</link>
      <description>&lt;P&gt;Ok, this worked. &amp;nbsp;However, I want to use PROC IMPORT because I have several files to import and I plan to use a macro.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Oct 2015 17:24:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-IMPORT-problems-using-64-bit-platform/m-p/230612#M41841</guid>
      <dc:creator>GreggB</dc:creator>
      <dc:date>2015-10-19T17:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: PROC IMPORT problems using 64 bit platform</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-IMPORT-problems-using-64-bit-platform/m-p/230622#M41843</link>
      <description>&lt;P&gt;Your IMPORT code using EXCELCS indicates you are using the SAS PC File Server. Where is this running? Could it be that it doesn't have the G drive mapping?&lt;/P&gt;</description>
      <pubDate>Mon, 19 Oct 2015 18:31:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-IMPORT-problems-using-64-bit-platform/m-p/230622#M41843</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2015-10-19T18:31:01Z</dc:date>
    </item>
    <item>
      <title>Re: PROC IMPORT problems using 64 bit platform</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-IMPORT-problems-using-64-bit-platform/m-p/230624#M41844</link>
      <description>&lt;P&gt;Hi ... could you try ...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT face="Courier New"&gt;libname x&amp;nbsp;pcfiles 'G:\Departments\Research\SpecialServices\1516\ne​s.x​lsb';&lt;BR /&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;data one;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;* name of worksheet within xlsb file enclosed in quotes with an extra '$', and that 'n';&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;set x.'sheet1$'n ;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;run;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;libname x clear;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;from ... &lt;/FONT&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;A href="http://wuss.org/Proceedings13/82_Paper.pdf" target="_blank"&gt;http://wuss.org/Proceedings13/82_Paper.pdf&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P align="LEFT"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;FONT size="2"&gt;&lt;FONT&gt;It’s not the Yellow Brick Road but the SAS PC FILES SERVER® will take you Down the LIBNAME PATH= to Using the 64-Bit Excel Workbooks.&lt;/FONT&gt; &lt;/FONT&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Oct 2015 18:40:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-IMPORT-problems-using-64-bit-platform/m-p/230624#M41844</guid>
      <dc:creator>MikeZdeb</dc:creator>
      <dc:date>2015-10-19T18:40:04Z</dc:date>
    </item>
    <item>
      <title>Re: PROC IMPORT problems using 64 bit platform</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-IMPORT-problems-using-64-bit-platform/m-p/230802#M41917</link>
      <description>&lt;P&gt;No luck.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1&amp;nbsp;&amp;nbsp;&amp;nbsp; libname x pcfiles 'G:\Departments\Research\SpecialServices\1516\nes.xlsb';&lt;BR /&gt;ERROR: Incorrect syntax for this LIBNAME statement. This engine does not accept a physical name.&lt;BR /&gt;ERROR: Error in the LIBNAME statement.&lt;BR /&gt;2&lt;BR /&gt;3&amp;nbsp;&amp;nbsp;&amp;nbsp; data one;&lt;BR /&gt;4&amp;nbsp;&amp;nbsp;&amp;nbsp; * name of worksheet within xlsb file enclosed in quotes with an extra '$', and that 'n';&lt;BR /&gt;5&amp;nbsp;&amp;nbsp;&amp;nbsp; set x.'sheet1$'n ;&lt;BR /&gt;ERROR: Libref X is not assigned.&lt;BR /&gt;6&amp;nbsp;&amp;nbsp;&amp;nbsp; run;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Oct 2015 18:57:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-IMPORT-problems-using-64-bit-platform/m-p/230802#M41917</guid>
      <dc:creator>GreggB</dc:creator>
      <dc:date>2015-10-20T18:57:14Z</dc:date>
    </item>
  </channel>
</rss>

