<?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 A quicker way to summarise datasets? in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/A-quicker-way-to-summarise-datasets/m-p/25025#M3751</link>
    <description>Hi, &lt;BR /&gt;
I currently use the Summary Tables node to summarise any data I have, which works fine with smaller datasets.&lt;BR /&gt;
&lt;BR /&gt;
However, this takes several hours with larger datasets. &lt;BR /&gt;
&lt;BR /&gt;
Would it be quicker to use proc sql or proc summary/means in a code node?&lt;BR /&gt;
&lt;BR /&gt;
Thanks,</description>
    <pubDate>Thu, 03 Dec 2009 16:51:11 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2009-12-03T16:51:11Z</dc:date>
    <item>
      <title>A quicker way to summarise datasets?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/A-quicker-way-to-summarise-datasets/m-p/25025#M3751</link>
      <description>Hi, &lt;BR /&gt;
I currently use the Summary Tables node to summarise any data I have, which works fine with smaller datasets.&lt;BR /&gt;
&lt;BR /&gt;
However, this takes several hours with larger datasets. &lt;BR /&gt;
&lt;BR /&gt;
Would it be quicker to use proc sql or proc summary/means in a code node?&lt;BR /&gt;
&lt;BR /&gt;
Thanks,</description>
      <pubDate>Thu, 03 Dec 2009 16:51:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/A-quicker-way-to-summarise-datasets/m-p/25025#M3751</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-12-03T16:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: A quicker way to summarise datasets?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/A-quicker-way-to-summarise-datasets/m-p/25026#M3752</link>
      <description>Cat,&lt;BR /&gt;
&lt;BR /&gt;
You can use the Query Builder node to create summary tables with aggregates/grouping.  That uses PROC SQL.&lt;BR /&gt;
&lt;BR /&gt;
Then you can use another task (List Data, List Report) to create a report, if you want.&lt;BR /&gt;
&lt;BR /&gt;
Chris</description>
      <pubDate>Thu, 03 Dec 2009 17:59:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/A-quicker-way-to-summarise-datasets/m-p/25026#M3752</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2009-12-03T17:59:02Z</dc:date>
    </item>
    <item>
      <title>Re: A quicker way to summarise datasets?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/A-quicker-way-to-summarise-datasets/m-p/25027#M3753</link>
      <description>By experience, the quickest way to summarize data with SAS is by using PROC SUMMARY/MEANS with CLASS. &lt;BR /&gt;
Can't see that any EG tasks that is using them though. &lt;BR /&gt;
My first guess would be that TABULATE (summary tables task) would use the same algorithm, but I'm not sure.&lt;BR /&gt;
Apart from different grouping algorithms between SQL group by and SUMMARY CLASS, is the ability to specify ID columns, &lt;BR /&gt;
in case where you have a set of columns that forms a hierarchy, no need to build summary groups for all, just for the level with finest granularity.&lt;BR /&gt;
&lt;BR /&gt;
If your data is already sorted, PROC SUMMARY with BY is the most efficient way to summarize.&lt;BR /&gt;
&lt;BR /&gt;
/Linus</description>
      <pubDate>Fri, 04 Dec 2009 10:03:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/A-quicker-way-to-summarise-datasets/m-p/25027#M3753</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2009-12-04T10:03:10Z</dc:date>
    </item>
    <item>
      <title>Re: A quicker way to summarise datasets?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/A-quicker-way-to-summarise-datasets/m-p/25028#M3754</link>
      <description>Hi:&lt;BR /&gt;
  I believe the Summary Tables task uses PROC TABULATE and the Summary -Statistics- Task or Wizard uses PROC MEANS (which is the same as PROC SUMMARY).&lt;BR /&gt;
 &lt;BR /&gt;
  To benchmark, you could compare the query method with the Summary Statistics method to see which produces the better results.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Fri, 04 Dec 2009 14:01:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/A-quicker-way-to-summarise-datasets/m-p/25028#M3754</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2009-12-04T14:01:15Z</dc:date>
    </item>
    <item>
      <title>Re: A quicker way to summarise datasets?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/A-quicker-way-to-summarise-datasets/m-p/25029#M3755</link>
      <description>if tabulate is doing the summary, make sure the listing destination is not open!</description>
      <pubDate>Fri, 11 Dec 2009 13:27:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/A-quicker-way-to-summarise-datasets/m-p/25029#M3755</guid>
      <dc:creator>Peter_C</dc:creator>
      <dc:date>2009-12-11T13:27:29Z</dc:date>
    </item>
  </channel>
</rss>

