<?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: Can't export to *.xlsx file in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Can-t-export-to-xlsx-file/m-p/74630#M21675</link>
    <description>Scott &amp;amp; Cynthia,&lt;BR /&gt;
&lt;BR /&gt;
Thanks for the info.&lt;BR /&gt;
&lt;BR /&gt;
Still can't explain why my co-workers have no issue when I supposedly have the exact same set-up.&lt;BR /&gt;
&lt;BR /&gt;
v/r&lt;BR /&gt;
Scooter</description>
    <pubDate>Fri, 09 Apr 2010 18:06:15 GMT</pubDate>
    <dc:creator>Scooter</dc:creator>
    <dc:date>2010-04-09T18:06:15Z</dc:date>
    <item>
      <title>Can't export to *.xlsx file</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Can-t-export-to-xlsx-file/m-p/74627#M21672</link>
      <description>I'm using SAS 9.2 on a 32-bit machine and I'm trying to PROC EXPORT to an existing Excel 2007 file (or a new file for that matter).  My co-workers are not having this issue, so there must be some kind of setting on my computer or in SAS that needs to be adjusted.&lt;BR /&gt;
&lt;BR /&gt;
I've searched this forum as well as GOOGLED key words.  I've tried a few things that I thought might work, but I'm stuck.  Any help with this would be appreciated.&lt;BR /&gt;
&lt;BR /&gt;
Here is the log when I try to overwrite the file:&lt;BR /&gt;
5812  proc export data = FAM_DATA_1&lt;BR /&gt;
5813              outfile = "&amp;amp;output\E-FAST_&amp;amp;file..xlsx"&lt;BR /&gt;
5814              dbms = excel replace;&lt;BR /&gt;
5815  run;&lt;BR /&gt;
&lt;BR /&gt;
ERROR: Connect: External table is not in the expected format.&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           0.46 seconds&lt;BR /&gt;
      cpu time            0.23 seconds&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
This is what I get when I try to create a new *.xlsx file:&lt;BR /&gt;
5816  proc export data = FAM_DATA_1&lt;BR /&gt;
5817              outfile = "&amp;amp;output\test.xlsx"&lt;BR /&gt;
5818              dbms = excel replace;&lt;BR /&gt;
5819  run;&lt;BR /&gt;
&lt;BR /&gt;
ERROR: Connect: Cannot update.  Database or object is read-only.&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           0.34 seconds&lt;BR /&gt;
      cpu time            0.20 seconds&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
Scooter</description>
      <pubDate>Fri, 09 Apr 2010 17:18:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Can-t-export-to-xlsx-file/m-p/74627#M21672</guid>
      <dc:creator>Scooter</dc:creator>
      <dc:date>2010-04-09T17:18:01Z</dc:date>
    </item>
    <item>
      <title>Re: Can't export to *.xlsx file</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Can-t-export-to-xlsx-file/m-p/74628#M21673</link>
      <description>From the SAS support website, using SEARCH:&lt;BR /&gt;
&lt;BR /&gt;
Problem Note 32455: The EXCEL and XLS engines do not support importing and exporting Microsoft Office 2007 files in SAS® 9.1.3 and SAS® 9.2 Phase 1&lt;BR /&gt;
&lt;A href="http://support.sas.com/kb/32/455.html" target="_blank"&gt;http://support.sas.com/kb/32/455.html&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Fri, 09 Apr 2010 17:57:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Can-t-export-to-xlsx-file/m-p/74628#M21673</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2010-04-09T17:57:33Z</dc:date>
    </item>
    <item>
      <title>Re: Can't export to *.xlsx file</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Can-t-export-to-xlsx-file/m-p/74629#M21674</link>
      <description>Hi:&lt;BR /&gt;
  As this Tech Support note explains:&lt;BR /&gt;
&lt;A href="http://support.sas.com/kb/32/455.html" target="_blank"&gt;http://support.sas.com/kb/32/455.html&lt;/A&gt;&lt;BR /&gt;
 &lt;BR /&gt;
you must have SAS 9.2 Phase 2 in order to export to the new .XLSX format.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Fri, 09 Apr 2010 18:00:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Can-t-export-to-xlsx-file/m-p/74629#M21674</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2010-04-09T18:00:20Z</dc:date>
    </item>
    <item>
      <title>Re: Can't export to *.xlsx file</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Can-t-export-to-xlsx-file/m-p/74630#M21675</link>
      <description>Scott &amp;amp; Cynthia,&lt;BR /&gt;
&lt;BR /&gt;
Thanks for the info.&lt;BR /&gt;
&lt;BR /&gt;
Still can't explain why my co-workers have no issue when I supposedly have the exact same set-up.&lt;BR /&gt;
&lt;BR /&gt;
v/r&lt;BR /&gt;
Scooter</description>
      <pubDate>Fri, 09 Apr 2010 18:06:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Can-t-export-to-xlsx-file/m-p/74630#M21675</guid>
      <dc:creator>Scooter</dc:creator>
      <dc:date>2010-04-09T18:06:15Z</dc:date>
    </item>
    <item>
      <title>Re: Can't export to *.xlsx file</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Can-t-export-to-xlsx-file/m-p/74631#M21676</link>
      <description>Hi:&lt;BR /&gt;
  If you have verified that you and your co-workers are all using SAS 9.2 Phase 2 and they can export to .xlsx files, but you cannot, that is an issue for Tech Support.&lt;BR /&gt;
 &lt;BR /&gt;
  To open a track with Tech Support, go to &lt;A href="http://support.sas.com/" target="_blank"&gt;http://support.sas.com/&lt;/A&gt; and in the left-hand navigation pane, click on the link entitled "Submit a Problem". Alternately, you can go directly to the Tech Support Problem Form here:&lt;BR /&gt;
&lt;A href="http://support.sas.com/ctx/supportform/createForm" target="_blank"&gt;http://support.sas.com/ctx/supportform/createForm&lt;/A&gt; &lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Sat, 10 Apr 2010 13:43:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Can-t-export-to-xlsx-file/m-p/74631#M21676</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2010-04-10T13:43:41Z</dc:date>
    </item>
  </channel>
</rss>

