<?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 exporting into Excel loses SUM in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/exporting-into-Excel-loses-SUM/m-p/10685#M1069</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can't find it in the Microsoft documentation but, with 64 bit versions, I think that has increased to around &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Verdana, sans-serif; font-size: 12px; line-height: 16px; background-color: #ffffff;"&gt;2&lt;/SPAN&gt;&lt;SUP style="font-size: 12px; background-color: #ffffff; color: #000000; font-family: Verdana, sans-serif; line-height: 16px;"&gt;64&lt;/SUP&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Feb 2012 04:00:47 GMT</pubDate>
    <dc:creator>art297</dc:creator>
    <dc:date>2012-02-23T04:00:47Z</dc:date>
    <item>
      <title>exporting into Excel loses SUM</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/exporting-into-Excel-loses-SUM/m-p/10680#M1064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anyone know why and how to fix when I'm exporting from SAS a large file into a .csv (or .txt) and try to pivot it in Excel it loses the ability to Sum up the data. It is still numeric data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample : &lt;/P&gt;&lt;P&gt;2002.04,,SINGLE,,Province1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2012 19:35:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/exporting-into-Excel-loses-SUM/m-p/10680#M1064</guid>
      <dc:creator>podarum</dc:creator>
      <dc:date>2012-02-22T19:35:34Z</dc:date>
    </item>
    <item>
      <title>Re: exporting into Excel loses SUM</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/exporting-into-Excel-loses-SUM/m-p/10681#M1065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I understand you correctly, this is what I have done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data test;&lt;BR /&gt;input val stat $ add $;&lt;BR /&gt;datalines;&lt;BR /&gt;2002.04 SINGLE Province1&lt;BR /&gt;1852.04 MARRIED Province2&lt;BR /&gt;;&lt;BR /&gt;RUN;&lt;/P&gt;&lt;P&gt;PROC EXPORT DATA = test&lt;BR /&gt;OUTFILE= "C:\Documents and Settings\TEST.XLS" &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DBMS=EXCEL REPLACE;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SHEET="Sheet1"; &lt;BR /&gt;RUN;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then opened the excel to creat a pivot table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="194"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" width="78"&gt;Sum of val&lt;/TD&gt;&lt;TD class="xl66" width="60"&gt;&lt;/TD&gt;&lt;TD class="xl67" width="56"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="17"&gt;stat&lt;/TD&gt;&lt;TD class="xl65"&gt;add&lt;/TD&gt;&lt;TD class="xl67"&gt;Total&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="17"&gt;MARRIED&lt;/TD&gt;&lt;TD class="xl65"&gt;Province&lt;/TD&gt;&lt;TD align="right" class="xl67"&gt;1852.04&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="17"&gt;SINGLE&lt;/TD&gt;&lt;TD class="xl65"&gt;Province&lt;/TD&gt;&lt;TD align="right" class="xl67"&gt;2002.04&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl68" height="17"&gt;Grand Total&lt;/TD&gt;&lt;TD class="xl70"&gt;&lt;/TD&gt;&lt;TD align="right" class="xl69"&gt;3854.08&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which is working fine &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2012 19:59:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/exporting-into-Excel-loses-SUM/m-p/10681#M1065</guid>
      <dc:creator>Hima</dc:creator>
      <dc:date>2012-02-22T19:59:49Z</dc:date>
    </item>
    <item>
      <title>exporting into Excel loses SUM</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/exporting-into-Excel-loses-SUM/m-p/10682#M1066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Yes, with 1 million records.. when I export into .csv.. then pivot works but not the SUM.&amp;nbsp; In my sample I left a ' ' where the actual number eg 345345 would be and another ' ' where 245345 would be, but in my case I have alot of spaces.. Which I think are the culprit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2012 20:03:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/exporting-into-Excel-loses-SUM/m-p/10682#M1066</guid>
      <dc:creator>podarum</dc:creator>
      <dc:date>2012-02-22T20:03:40Z</dc:date>
    </item>
    <item>
      <title>exporting into Excel loses SUM</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/exporting-into-Excel-loses-SUM/m-p/10683#M1067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; What is the size of your SAS data?&lt;/P&gt;&lt;P&gt;So far I know if the data is larger than 2Gb then you won't be able to export it to EXCEL or Access. No matter howmany records are there. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2012 01:43:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/exporting-into-Excel-loses-SUM/m-p/10683#M1067</guid>
      <dc:creator>Mit</dc:creator>
      <dc:date>2012-02-23T01:43:37Z</dc:date>
    </item>
    <item>
      <title>exporting into Excel loses SUM</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/exporting-into-Excel-loses-SUM/m-p/10684#M1068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; It's about 63 MB's (in .csv or .txt format) and about 1 million records&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2012 03:15:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/exporting-into-Excel-loses-SUM/m-p/10684#M1068</guid>
      <dc:creator>podarum</dc:creator>
      <dc:date>2012-02-23T03:15:49Z</dc:date>
    </item>
    <item>
      <title>exporting into Excel loses SUM</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/exporting-into-Excel-loses-SUM/m-p/10685#M1069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can't find it in the Microsoft documentation but, with 64 bit versions, I think that has increased to around &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Verdana, sans-serif; font-size: 12px; line-height: 16px; background-color: #ffffff;"&gt;2&lt;/SPAN&gt;&lt;SUP style="font-size: 12px; background-color: #ffffff; color: #000000; font-family: Verdana, sans-serif; line-height: 16px;"&gt;64&lt;/SUP&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2012 04:00:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/exporting-into-Excel-loses-SUM/m-p/10685#M1069</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2012-02-23T04:00:47Z</dc:date>
    </item>
  </channel>
</rss>

