<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/sas/tags/Summary</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Tue, 21 May 2013 19:39:42 GMT</pubDate>
<item>
<title>(SAS) Summary datasets using hashes - rambles</title>
<link>http://snipplr.com/view/54497/summary-datasets-using-hashes/</link>
<description><![CDATA[ <p>This snippet comes directly from Paul M. Dorfman's paper on programming with Hash objects.  The hash object is useful when summarising huge datasets that aren't sorted and indexed by the variable(s) to be summarised; they can often be quicker than proc summary and are certainly less machine intensive.</p> ]]></description>
<pubDate>Fri, 27 May 2011 19:45:20 GMT</pubDate>
<guid>http://snipplr.com/view/54497/summary-datasets-using-hashes/</guid>
</item>
<item>
<title>(SAS) Show all possible values in table regardless of whether or not the value exists - webonomic</title>
<link>http://snipplr.com/view/18831/show-all-possible-values-in-table-regardless-of-whether-or-not-the-value-exists/</link>
<description><![CDATA[ <p>Here are two solutions when creating a table to show responses to a questionnaire where respondents rate items in various categories.  In this case, the responses range from 0 to 5 (N/A, Very Poor, Poor, Average, Good, Very Good).</p> ]]></description>
<pubDate>Tue, 25 Aug 2009 13:19:46 GMT</pubDate>
<guid>http://snipplr.com/view/18831/show-all-possible-values-in-table-regardless-of-whether-or-not-the-value-exists/</guid>
</item>
</channel>
</rss>