<?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: WIN7, SAS9.3: proc export with dbms=XLSX in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/WIN7-SAS9-3-proc-export-with-dbms-XLSX/m-p/175780#M12502</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi guys,&lt;/P&gt;&lt;P&gt;it always worked (XP, 9.2, office2003) but since we have SAS9.3 and Office 2010 on a WIN7 machine:&amp;nbsp; &lt;STRONG&gt;we have to use&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; LIBNAME XLS PCFILES path=&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 10pt; font-family: Courier New;"&gt;"\....&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800080; font-size: 10pt; font-family: Courier New;"&gt; I think things are changes with this way of working&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800080; font-size: 10pt; font-family: Courier New;"&gt;H.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Apr 2014 09:43:13 GMT</pubDate>
    <dc:creator>Jaheuk</dc:creator>
    <dc:date>2014-04-15T09:43:13Z</dc:date>
    <item>
      <title>WIN7, SAS9.3: proc export with dbms=XLSX</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/WIN7-SAS9-3-proc-export-with-dbms-XLSX/m-p/175777#M12499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;previous in sas9.2 doing two PROC exports with different SHEET names in the same physical xls did work . . . now in WIN7, sas9.3 the second proc export totally overrides the first one ??!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;H.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2014 14:30:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/WIN7-SAS9-3-proc-export-with-dbms-XLSX/m-p/175777#M12499</guid>
      <dc:creator>Jaheuk</dc:creator>
      <dc:date>2014-04-10T14:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: WIN7, SAS9.3: proc export with dbms=XLSX</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/WIN7-SAS9-3-proc-export-with-dbms-XLSX/m-p/175778#M12500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try &lt;STRONG&gt;dbms=excel&lt;/STRONG&gt; with the file extension xlsx.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2014 14:44:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/WIN7-SAS9-3-proc-export-with-dbms-XLSX/m-p/175778#M12500</guid>
      <dc:creator>MaxW</dc:creator>
      <dc:date>2014-04-10T14:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: WIN7, SAS9.3: proc export with dbms=XLSX</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/WIN7-SAS9-3-proc-export-with-dbms-XLSX/m-p/175779#M12501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you sure, I have just exported two datasets to the same file and it worked fine.&amp;nbsp; Have your removed the replace option?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;proc export data=xxx outfile="s:\temp\rob\temp.xls" replace;&lt;BR /&gt;&amp;nbsp; sheet="First";&lt;BR /&gt;run;&lt;BR /&gt;proc export data=yyy outfile="s:\temp\rob\temp.xls";&lt;BR /&gt;&amp;nbsp; sheet="Second";&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyways, more reason to come over to the darkside (the tagsets side that is :smileyshocked:)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2014 14:48:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/WIN7-SAS9-3-proc-export-with-dbms-XLSX/m-p/175779#M12501</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2014-04-10T14:48:48Z</dc:date>
    </item>
    <item>
      <title>Re: WIN7, SAS9.3: proc export with dbms=XLSX</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/WIN7-SAS9-3-proc-export-with-dbms-XLSX/m-p/175780#M12502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi guys,&lt;/P&gt;&lt;P&gt;it always worked (XP, 9.2, office2003) but since we have SAS9.3 and Office 2010 on a WIN7 machine:&amp;nbsp; &lt;STRONG&gt;we have to use&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; LIBNAME XLS PCFILES path=&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 10pt; font-family: Courier New;"&gt;"\....&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800080; font-size: 10pt; font-family: Courier New;"&gt; I think things are changes with this way of working&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800080; font-size: 10pt; font-family: Courier New;"&gt;H.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 09:43:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/WIN7-SAS9-3-proc-export-with-dbms-XLSX/m-p/175780#M12502</guid>
      <dc:creator>Jaheuk</dc:creator>
      <dc:date>2014-04-15T09:43:13Z</dc:date>
    </item>
    <item>
      <title>Re: WIN7, SAS9.3: proc export with dbms=XLSX</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/WIN7-SAS9-3-proc-export-with-dbms-XLSX/m-p/175781#M12503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would perhaps check your setup as I am using 9.3 on Win7 with Excel 2013 and the code works fine for me.&amp;nbsp; Its the same code I used on 9.2 with Vista and Office 2007.&amp;nbsp; As far as I am aware there is no change in operation on that.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you using EG or some other SAS product, am assuming you have SAS/ACCESS licensed?&amp;nbsp; Otherwise I don't see why it wouldn't work.&lt;/P&gt;&lt;P&gt;---&lt;/P&gt;&lt;P&gt;proc export data=sashelp.cars outfile="s:\temp\rob\temp.xls" replace;&lt;/P&gt;&lt;P&gt;&amp;nbsp; sheet="First";&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;proc export data=sashelp.gas outfile="s:\temp\rob\temp.xls";&lt;/P&gt;&lt;P&gt;&amp;nbsp; sheet="Second";&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 09:59:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/WIN7-SAS9-3-proc-export-with-dbms-XLSX/m-p/175781#M12503</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2014-04-15T09:59:41Z</dc:date>
    </item>
    <item>
      <title>Re: WIN7, SAS9.3: proc export with dbms=XLSX</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/WIN7-SAS9-3-proc-export-with-dbms-XLSX/m-p/175782#M12504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jaheuk,&lt;/P&gt;&lt;P&gt;yes indeed,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;start at&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://blogs.sas.com/content/sasdummy/2012/02/11/export-excel-methods/"&gt;http://blogs.sas.com/content/sasdummy/2012/02/11/export-excel-methods/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://support.sas.com/kb/43/802.html"&gt;http://support.sas.com/kb/43/802.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andre&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 10:02:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/WIN7-SAS9-3-proc-export-with-dbms-XLSX/m-p/175782#M12504</guid>
      <dc:creator>Andre</dc:creator>
      <dc:date>2014-04-15T10:02:58Z</dc:date>
    </item>
  </channel>
</rss>

