<?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 Split more than 5 GB datasets into Excel 2003 version in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Split-more-than-5-GB-datasets-into-Excel-2003-version/m-p/123389#M33905</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ALL,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to split the more than 5 GB data into Excel 97-2003 cversion(67535 records per sheet) sheetwise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even I am not able to get the count of abservation in the data as dataset size is more than 5 GB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me on this with the running fastest and short code ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reragds,&lt;/P&gt;&lt;P&gt;Rohit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Sep 2012 06:58:46 GMT</pubDate>
    <dc:creator>rohit_prajapati</dc:creator>
    <dc:date>2012-09-17T06:58:46Z</dc:date>
    <item>
      <title>Split more than 5 GB datasets into Excel 2003 version</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Split-more-than-5-GB-datasets-into-Excel-2003-version/m-p/123389#M33905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ALL,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to split the more than 5 GB data into Excel 97-2003 cversion(67535 records per sheet) sheetwise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even I am not able to get the count of abservation in the data as dataset size is more than 5 GB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me on this with the running fastest and short code ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reragds,&lt;/P&gt;&lt;P&gt;Rohit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2012 06:58:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Split-more-than-5-GB-datasets-into-Excel-2003-version/m-p/123389#M33905</guid>
      <dc:creator>rohit_prajapati</dc:creator>
      <dc:date>2012-09-17T06:58:46Z</dc:date>
    </item>
    <item>
      <title>Re: Split more than 5 GB datasets into Excel 2003 version</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Split-more-than-5-GB-datasets-into-Excel-2003-version/m-p/123390#M33906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are several ways of doing this.&lt;/P&gt;&lt;P&gt;But this sounds &lt;EM&gt;very&lt;/EM&gt; odd to me. Excel isn't the tool for storing large databases. What is the business requirement?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2012 07:17:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Split-more-than-5-GB-datasets-into-Excel-2003-version/m-p/123390#M33906</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2012-09-17T07:17:00Z</dc:date>
    </item>
    <item>
      <title>Re: Split more than 5 GB datasets into Excel 2003 version</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Split-more-than-5-GB-datasets-into-Excel-2003-version/m-p/123391#M33907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check it out. you can search it at support.sas.com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://support.sas.com/kb/16/587.html" title="http://support.sas.com/kb/16/587.html"&gt;http://support.sas.com/kb/16/587.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ksharp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2012 08:06:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Split-more-than-5-GB-datasets-into-Excel-2003-version/m-p/123391#M33907</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2012-09-17T08:06:36Z</dc:date>
    </item>
    <item>
      <title>Re: Split more than 5 GB datasets into Excel 2003 version</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Split-more-than-5-GB-datasets-into-Excel-2003-version/m-p/123392#M33908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is an example on how to get the number of observations:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc sql;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; select nobs&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; from dictionary.tables&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; where&amp;nbsp; libname='SASHELP' and&amp;nbsp; memname= 'ZIPCODE';&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The nobs could be selected into a macro variable for use elsewhere.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2012 15:32:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Split-more-than-5-GB-datasets-into-Excel-2003-version/m-p/123392#M33908</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2012-09-17T15:32:19Z</dc:date>
    </item>
  </channel>
</rss>

