<?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 EXPORT DBMS=EXCEL in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/PROC-EXPORT-DBMS-EXCEL/m-p/524260#M142545</link>
    <description>&lt;P&gt;ah okay - I've got SAS EG Version 6.1&lt;/P&gt;</description>
    <pubDate>Thu, 03 Jan 2019 14:08:24 GMT</pubDate>
    <dc:creator>mauley</dc:creator>
    <dc:date>2019-01-03T14:08:24Z</dc:date>
    <item>
      <title>PROC EXPORT DBMS=EXCEL</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-EXPORT-DBMS-EXCEL/m-p/524252#M142541</link>
      <description>&lt;P&gt;Hi Guys &amp;amp; Girls,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to export a data set and then update a sheet in excel with this data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have exported the data (lets call it My_data) and assigned its location to a library&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using the following code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;PROC&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;EXPORT&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;data&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; = library.my_data&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;dbms&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;= xlsx&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New"&gt;&lt;FONT size="3"&gt;&lt;FONT color="#0000ff"&gt;outfile&lt;/FONT&gt;= &lt;FONT color="#800080"&gt;'\\location of excel.xlsx'&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;sheet&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; = &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'data'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;QUIT&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It runs fine, as I expect it to but always seems to corrupt the excel and so I cant open it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this something people have come across before?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many Thanks,&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jan 2019 13:41:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-EXPORT-DBMS-EXCEL/m-p/524252#M142541</guid>
      <dc:creator>mauley</dc:creator>
      <dc:date>2019-01-03T13:41:15Z</dc:date>
    </item>
    <item>
      <title>Re: PROC EXPORT DBMS=EXCEL</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-EXPORT-DBMS-EXCEL/m-p/524257#M142542</link>
      <description>&lt;P&gt;Note that DBMS=XLSX is different than DBMS=EXCEL.&amp;nbsp; The later uses Windows provided tools and the former uses only code provided with SAS and so can run on Unix.&amp;nbsp; It is also newer so what version of SAS are you using?&amp;nbsp; Perhaps you have an early buggy version of the XLSX engine?&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jan 2019 14:04:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-EXPORT-DBMS-EXCEL/m-p/524257#M142542</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2019-01-03T14:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: PROC EXPORT DBMS=EXCEL</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-EXPORT-DBMS-EXCEL/m-p/524260#M142545</link>
      <description>&lt;P&gt;ah okay - I've got SAS EG Version 6.1&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jan 2019 14:08:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-EXPORT-DBMS-EXCEL/m-p/524260#M142545</guid>
      <dc:creator>mauley</dc:creator>
      <dc:date>2019-01-03T14:08:24Z</dc:date>
    </item>
    <item>
      <title>Re: PROC EXPORT DBMS=EXCEL</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-EXPORT-DBMS-EXCEL/m-p/524274#M142548</link>
      <description>Enterprise Guide is just the Windows based software you are using to submit code to SAS.  What version of SAS is your EG software connecting to?&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Jan 2019 14:45:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-EXPORT-DBMS-EXCEL/m-p/524274#M142548</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2019-01-03T14:45:02Z</dc:date>
    </item>
    <item>
      <title>Re: PROC EXPORT DBMS=EXCEL</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-EXPORT-DBMS-EXCEL/m-p/524276#M142549</link>
      <description>&lt;P&gt;ah, I'm doing well here aren't I!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;9.4&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jan 2019 14:50:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-EXPORT-DBMS-EXCEL/m-p/524276#M142549</guid>
      <dc:creator>mauley</dc:creator>
      <dc:date>2019-01-03T14:50:46Z</dc:date>
    </item>
  </channel>
</rss>

