<?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 PROC SQL OR TABULATE in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/PROC-SQL-OR-TABULATE/m-p/26782#M6151</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I generally think of SQL for data manipulation and TABULATE for data presentation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose I want to display some test results with nested leveles of display such as a region and subregions for rows and age-group and gender for columns and cells to represent mean and stand deviation of test scores.&lt;/P&gt;&lt;P&gt;Tabulate will do that quite nicely and present it in a pretty nice looking table. Adding in the ability to group and display data using MULTILABLE formats and/or forcing all formatted values of variables to appear if desired it gets pretty powerful.&lt;/P&gt;&lt;P&gt;You can get output from tabulate but in my experience it is an odd day when I need to. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Mar 2012 20:33:44 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2012-03-09T20:33:44Z</dc:date>
    <item>
      <title>PROC SQL OR TABULATE</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-SQL-OR-TABULATE/m-p/26777#M6146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I mostly do my claculations in Proc Sql but it takes some good amount of steps.I came to know that we can use Proc Tabulate.I just want to know which is the better way and which takes less time if i have huge data.Any suggestions will be appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2012 17:13:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-SQL-OR-TABULATE/m-p/26777#M6146</guid>
      <dc:creator>JasonNC</dc:creator>
      <dc:date>2012-03-09T17:13:05Z</dc:date>
    </item>
    <item>
      <title>PROC SQL OR TABULATE</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-SQL-OR-TABULATE/m-p/26778#M6147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi JasonNC&lt;/P&gt;&lt;P&gt;Could you please share your Proc Sql code for we suggest a better solution to you?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Augusto.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2012 17:17:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-SQL-OR-TABULATE/m-p/26778#M6147</guid>
      <dc:creator>Augusto</dc:creator>
      <dc:date>2012-03-09T17:17:56Z</dc:date>
    </item>
    <item>
      <title>PROC SQL OR TABULATE</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-SQL-OR-TABULATE/m-p/26779#M6148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; If your data is already sorted as expected by PROC TABULATE then the procedure is quite efficient and can save YOU a lot of time and effort. At least, that's my experience. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2012 17:18:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-SQL-OR-TABULATE/m-p/26779#M6148</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2012-03-09T17:18:23Z</dc:date>
    </item>
    <item>
      <title>PROC SQL OR TABULATE</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-SQL-OR-TABULATE/m-p/26780#M6149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Efficiency wise, I also suggest you take a look into hash object. After SAS 9.2, Hash is capable to do lots of summary and does support non-unique key. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Haikuo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2012 17:34:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-SQL-OR-TABULATE/m-p/26780#M6149</guid>
      <dc:creator>Haikuo</dc:creator>
      <dc:date>2012-03-09T17:34:48Z</dc:date>
    </item>
    <item>
      <title>PROC SQL OR TABULATE</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-SQL-OR-TABULATE/m-p/26781#M6150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Depends on what you're calculating. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need distinct counts of something SQL will give that you more easily, perhaps HASH as well, but I'm not familiar with that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise tabulate is very convenient, but proc means and summary also do very nice summaries. You can also look into the ODS tables to get more customizable output.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2012 18:46:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-SQL-OR-TABULATE/m-p/26781#M6150</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2012-03-09T18:46:36Z</dc:date>
    </item>
    <item>
      <title>PROC SQL OR TABULATE</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-SQL-OR-TABULATE/m-p/26782#M6151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I generally think of SQL for data manipulation and TABULATE for data presentation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose I want to display some test results with nested leveles of display such as a region and subregions for rows and age-group and gender for columns and cells to represent mean and stand deviation of test scores.&lt;/P&gt;&lt;P&gt;Tabulate will do that quite nicely and present it in a pretty nice looking table. Adding in the ability to group and display data using MULTILABLE formats and/or forcing all formatted values of variables to appear if desired it gets pretty powerful.&lt;/P&gt;&lt;P&gt;You can get output from tabulate but in my experience it is an odd day when I need to. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2012 20:33:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-SQL-OR-TABULATE/m-p/26782#M6151</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2012-03-09T20:33:44Z</dc:date>
    </item>
  </channel>
</rss>

