<?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 Export to .xlsx on UNIX in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Export-to-xlsx-on-UNIX/m-p/108548#M30264</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to output a SAS dataset with observations &amp;gt; 65k into a excel file on UNIX server.we have SAS 9.2 TS2M2 on a AIX platform(64 bit).&lt;/P&gt;&lt;P&gt;Tried to export using proc export - DBMS = XLS&amp;nbsp; but only 65k rows are getting output to excel file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any work arounds for exporting datasets with &amp;gt; 65k to a excel file on Unix.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;G.Venkatesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Jul 2012 15:41:48 GMT</pubDate>
    <dc:creator>Venkatesh_gajula</dc:creator>
    <dc:date>2012-07-16T15:41:48Z</dc:date>
    <item>
      <title>Export to .xlsx on UNIX</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Export-to-xlsx-on-UNIX/m-p/108548#M30264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to output a SAS dataset with observations &amp;gt; 65k into a excel file on UNIX server.we have SAS 9.2 TS2M2 on a AIX platform(64 bit).&lt;/P&gt;&lt;P&gt;Tried to export using proc export - DBMS = XLS&amp;nbsp; but only 65k rows are getting output to excel file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any work arounds for exporting datasets with &amp;gt; 65k to a excel file on Unix.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;G.Venkatesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2012 15:41:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Export-to-xlsx-on-UNIX/m-p/108548#M30264</guid>
      <dc:creator>Venkatesh_gajula</dc:creator>
      <dc:date>2012-07-16T15:41:48Z</dc:date>
    </item>
    <item>
      <title>Re: Export to .xlsx on UNIX</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Export-to-xlsx-on-UNIX/m-p/108549#M30265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should try DBMS = XLSX. This is the new XML standard introduced in Excel 2007 that enables you to write more than 64,767 rows to a spreadsheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What version of Excel will you be using to read these spreadsheets? There are other issues related to whether your version of Excel is 32-bit or 64-bit. Excel 2007 is 32-bit, Excel 2010 is either 32-bit or 64-bit. You may also require the SAS PC File Server software to handle 32-bit to 64-bit translation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check out the numerous SAS notes on these topics. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2012 20:02:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Export-to-xlsx-on-UNIX/m-p/108549#M30265</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2012-07-16T20:02:59Z</dc:date>
    </item>
    <item>
      <title>Re: Export to .xlsx on UNIX</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Export-to-xlsx-on-UNIX/m-p/108550#M30266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This option of DBMS=XLSX does not support in SAS 9.2. i still tried to run it and got the error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2012 22:01:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Export-to-xlsx-on-UNIX/m-p/108550#M30266</guid>
      <dc:creator>Venkatesh_gajula</dc:creator>
      <dc:date>2012-07-16T22:01:28Z</dc:date>
    </item>
    <item>
      <title>Re: Export to .xlsx on UNIX</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Export-to-xlsx-on-UNIX/m-p/108551#M30267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, you are correct. XLSX is not supported until 9.3 TS1. As a quick workaround you could export as a CSV, then ensure that it is imported by Excel 2007 or later.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jul 2012 01:58:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Export-to-xlsx-on-UNIX/m-p/108551#M30267</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2012-07-17T01:58:52Z</dc:date>
    </item>
    <item>
      <title>Re: Export to .xlsx on UNIX</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Export-to-xlsx-on-UNIX/m-p/108552#M30268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah... looks like there is no way to get this done,because i have to export to multiple sheet in single excel workbook.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jul 2012 02:16:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Export-to-xlsx-on-UNIX/m-p/108552#M30268</guid>
      <dc:creator>Venkatesh_gajula</dc:creator>
      <dc:date>2012-07-17T02:16:41Z</dc:date>
    </item>
  </channel>
</rss>

