<?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 Error in PROC EXPORT in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Error-in-PROC-EXPORT/m-p/291749#M60445</link>
    <description>&lt;P&gt;I'm running SAS 9.4 on a 64 bit PC (Windows 8.1 Pro).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;Code I'm submitting:&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;proc export data=cluster_snapshot outfile="G:\Departments\Research\test scores\act\yr2.\State Test Reporting\reports\SCDE Release by School\20&amp;amp;yr2. ACT SCDE Release for Cluster Snapshots.xlsb"&lt;BR /&gt; dbms=excelcs replace;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;Error Message I'm getting:&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;ERROR: CLI error trying to establish connection: [Microsoft][ODBC Excel Driver]General error&lt;BR /&gt; Unable to open registry key Temporary (volatile) Ace DSN for process 0x1e54 Thread 0x1554&lt;BR /&gt; DBC 0x2c276c4 Excel'.&lt;BR /&gt;ERROR: Error in the LIBNAME statement.&lt;BR /&gt;Connection Failed. See log for details.&lt;BR /&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;NOTE: PROCEDURE EXPORT used (Total process time):&lt;BR /&gt; real time 3.88 seconds&lt;BR /&gt; cpu time 0.20 seconds&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I run proc export a lot and have never gotten this error.&lt;/P&gt;</description>
    <pubDate>Mon, 15 Aug 2016 19:03:31 GMT</pubDate>
    <dc:creator>GreggB</dc:creator>
    <dc:date>2016-08-15T19:03:31Z</dc:date>
    <item>
      <title>Error in PROC EXPORT</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-in-PROC-EXPORT/m-p/291749#M60445</link>
      <description>&lt;P&gt;I'm running SAS 9.4 on a 64 bit PC (Windows 8.1 Pro).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;Code I'm submitting:&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;proc export data=cluster_snapshot outfile="G:\Departments\Research\test scores\act\yr2.\State Test Reporting\reports\SCDE Release by School\20&amp;amp;yr2. ACT SCDE Release for Cluster Snapshots.xlsb"&lt;BR /&gt; dbms=excelcs replace;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;Error Message I'm getting:&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;ERROR: CLI error trying to establish connection: [Microsoft][ODBC Excel Driver]General error&lt;BR /&gt; Unable to open registry key Temporary (volatile) Ace DSN for process 0x1e54 Thread 0x1554&lt;BR /&gt; DBC 0x2c276c4 Excel'.&lt;BR /&gt;ERROR: Error in the LIBNAME statement.&lt;BR /&gt;Connection Failed. See log for details.&lt;BR /&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;NOTE: PROCEDURE EXPORT used (Total process time):&lt;BR /&gt; real time 3.88 seconds&lt;BR /&gt; cpu time 0.20 seconds&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I run proc export a lot and have never gotten this error.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Aug 2016 19:03:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-in-PROC-EXPORT/m-p/291749#M60445</guid>
      <dc:creator>GreggB</dc:creator>
      <dc:date>2016-08-15T19:03:31Z</dc:date>
    </item>
    <item>
      <title>Re: Error in PROC EXPORT</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-in-PROC-EXPORT/m-p/291753#M60447</link>
      <description>&lt;P&gt;Try DBMS=XLSX and using XLSX instead of xlsb?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I will note that I didn't get an error using SAS 9.4 TS1M3 (64 bit) on Windows 7 using your exact code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;
1    proc export data=sashelp.class outfile="C:\_LOCALdata\temp\temp.xlsb"
2    dbms=excelcs replace;
3    run;

NOTE: "CLASS" range/sheet was successfully created.
NOTE: PROCEDURE EXPORT used (Total process time):
      real time           4.78 seconds
      cpu time            0.12 seconds
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 15 Aug 2016 19:21:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-in-PROC-EXPORT/m-p/291753#M60447</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-08-15T19:21:14Z</dc:date>
    </item>
    <item>
      <title>Re: Error in PROC EXPORT</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-in-PROC-EXPORT/m-p/291756#M60448</link>
      <description>&lt;P&gt;Look at the bolded part of your code:&lt;/P&gt;
&lt;P&gt;="G:\Departments\Research\test scores\act&lt;STRONG&gt;\yr2.&lt;/STRONG&gt;\State Test Reporting\reports\SCDE Release by School\20&amp;amp;yr2. ACT SCDE Release for Cluster Snapshots.xlsb"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is that first yr2. supposed to be the same &amp;amp;yr2. ?&lt;/P&gt;
&lt;P&gt;the error is likely that the path you resolve to without the macro complains about the . in the path.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Aug 2016 19:26:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-in-PROC-EXPORT/m-p/291756#M60448</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-08-15T19:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: Error in PROC EXPORT</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-in-PROC-EXPORT/m-p/291757#M60449</link>
      <description>&lt;P&gt;That macro variable was not a global variable. I fixed it and it works fine. &amp;nbsp;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 15 Aug 2016 19:28:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-in-PROC-EXPORT/m-p/291757#M60449</guid>
      <dc:creator>GreggB</dc:creator>
      <dc:date>2016-08-15T19:28:22Z</dc:date>
    </item>
  </channel>
</rss>

