<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - webonomic</title>
<link>http://snipplr.com/users/webonomic</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 06 Jul 2008 03:15:41 GMT</pubDate>
<item>
<title>(SAS) Needle Plot with SGPLOT</title>
<link>http://snipplr.com/view/6656/needle-plot-with-sgplot/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 11 Jun 2008 12:44:04 GMT</pubDate>
<guid>http://snipplr.com/view/6656/needle-plot-with-sgplot/</guid>
</item>
<item>
<title>(SAS) Match Merge using Proc SQL</title>
<link>http://snipplr.com/view/6448/match-merge-using-proc-sql/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 24 May 2008 18:44:21 GMT</pubDate>
<guid>http://snipplr.com/view/6448/match-merge-using-proc-sql/</guid>
</item>
<item>
<title>(SAS) SAS goto statement</title>
<link>http://snipplr.com/view/6277/sas-goto-statement/</link>
<description><![CDATA[ <p>You can use the goto statement to have SAS process statements in some other part of your program, by providing a label followed by a colon before the statements you wish to jump to. Label names follow the same rules as variable names, but have a different name space. When a labeled statement is encountered in normal processing, it is ignored.</p> ]]></description>
<pubDate>Sat, 17 May 2008 13:40:57 GMT</pubDate>
<guid>http://snipplr.com/view/6277/sas-goto-statement/</guid>
</item>
<item>
<title>(SAS) Create a new data set for each BY-Group in a data set</title>
<link>http://snipplr.com/view/6212/create-a-new-data-set-for-each-bygroup-in-a-data-set/</link>
<description><![CDATA[ <p>This sample uses macro logic to determine the number of unique values of a variable (the BY variable) and creates a new data set for each. The resulting data set names will be the BY variable value.

Limitations:

The sample code does not allow for BY values of longer than 32 positions, numeric BY values or BY values that contain characters that are not permitted in SAS data set names.

If your data contains any of the above, you must add program statements to convert your BY values into valid SAS data set names.</p> ]]></description>
<pubDate>Tue, 13 May 2008 17:23:08 GMT</pubDate>
<guid>http://snipplr.com/view/6212/create-a-new-data-set-for-each-bygroup-in-a-data-set/</guid>
</item>
<item>
<title>(SAS) SAS String Parsing</title>
<link>http://snipplr.com/view/6111/sas-string-parsing/</link>
<description><![CDATA[ <p>Need to construct and ID of the first 5 letters and the last 7 digits</p> ]]></description>
<pubDate>Sat, 03 May 2008 15:52:36 GMT</pubDate>
<guid>http://snipplr.com/view/6111/sas-string-parsing/</guid>
</item>
<item>
<title>(SAS) Merge datasets with unlike variable names</title>
<link>http://snipplr.com/view/6110/merge-datasets-with-unlike-variable-names/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 03 May 2008 15:26:35 GMT</pubDate>
<guid>http://snipplr.com/view/6110/merge-datasets-with-unlike-variable-names/</guid>
</item>
<item>
<title>(SAS) Using Proc SQL to summarize tables into groupings</title>
<link>http://snipplr.com/view/6109/using-proc-sql-to-summarize-tables-into-groupings/</link>
<description><![CDATA[ <p>Using Proc SQL summarize the table sashelp.shoes grouping on</p> ]]></description>
<pubDate>Sat, 03 May 2008 15:19:18 GMT</pubDate>
<guid>http://snipplr.com/view/6109/using-proc-sql-to-summarize-tables-into-groupings/</guid>
</item>
<item>
<title>(SAS) Create one response from "check all that apply" variables</title>
<link>http://snipplr.com/view/5748/create-one-response-from-check-all-that-apply-variables/</link>
<description><![CDATA[ <p>Below is some code written for creating one response from survey questions where the respondent checks all that apply.</p> ]]></description>
<pubDate>Tue, 08 Apr 2008 03:33:17 GMT</pubDate>
<guid>http://snipplr.com/view/5748/create-one-response-from-check-all-that-apply-variables/</guid>
</item>
<item>
<title>(SAS) Paired Bar Chart</title>
<link>http://snipplr.com/view/5648/paired-bar-chart/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 01 Apr 2008 14:03:20 GMT</pubDate>
<guid>http://snipplr.com/view/5648/paired-bar-chart/</guid>
</item>
<item>
<title>(SAS) Logical Expressions In SQL</title>
<link>http://snipplr.com/view/5647/logical-expressions-in-sql/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 01 Apr 2008 13:39:05 GMT</pubDate>
<guid>http://snipplr.com/view/5647/logical-expressions-in-sql/</guid>
</item>
<item>
<title>(SAS) Convert Excel to SAS Dataset</title>
<link>http://snipplr.com/view/5646/convert-excel-to-sas-dataset/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 01 Apr 2008 13:16:40 GMT</pubDate>
<guid>http://snipplr.com/view/5646/convert-excel-to-sas-dataset/</guid>
</item>
<item>
<title>(SAS) Send SAS Data to Excel</title>
<link>http://snipplr.com/view/5637/send-sas-data-to-excel/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 31 Mar 2008 15:01:04 GMT</pubDate>
<guid>http://snipplr.com/view/5637/send-sas-data-to-excel/</guid>
</item>
<item>
<title>(SAS) Connecting to Microsoft SQL Server from SAS with OleDB</title>
<link>http://snipplr.com/view/5636/connecting-to-microsoft-sql-server-from-sas-with-oledb/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 31 Mar 2008 14:57:32 GMT</pubDate>
<guid>http://snipplr.com/view/5636/connecting-to-microsoft-sql-server-from-sas-with-oledb/</guid>
</item>
<item>
<title>(SAS) Word Count 2</title>
<link>http://snipplr.com/view/5635/word-count-2/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 31 Mar 2008 14:38:00 GMT</pubDate>
<guid>http://snipplr.com/view/5635/word-count-2/</guid>
</item>
<item>
<title>(SAS) Word Frequency Count</title>
<link>http://snipplr.com/view/5634/word-frequency-count/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 31 Mar 2008 14:27:51 GMT</pubDate>
<guid>http://snipplr.com/view/5634/word-frequency-count/</guid>
</item>
<item>
<title>(SAS) Reusable Data Merge Macro</title>
<link>http://snipplr.com/view/5633/reusable-data-merge-macro/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 31 Mar 2008 14:12:47 GMT</pubDate>
<guid>http://snipplr.com/view/5633/reusable-data-merge-macro/</guid>
</item>
<item>
<title>(SAS) Setting variable value based on value of another variable.</title>
<link>http://snipplr.com/view/5632/setting-variable-value-based-on-value-of-another-variable/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 31 Mar 2008 13:58:33 GMT</pubDate>
<guid>http://snipplr.com/view/5632/setting-variable-value-based-on-value-of-another-variable/</guid>
</item>
<item>
<title>(SAS) String Matching</title>
<link>http://snipplr.com/view/5631/string-matching/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 31 Mar 2008 13:50:36 GMT</pubDate>
<guid>http://snipplr.com/view/5631/string-matching/</guid>
</item>
<item>
<title>(SAS) Cummulative Totals</title>
<link>http://snipplr.com/view/5630/cummulative-totals/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 31 Mar 2008 13:45:45 GMT</pubDate>
<guid>http://snipplr.com/view/5630/cummulative-totals/</guid>
</item>
<item>
<title>(SAS) Display Percentages in Pie Charts</title>
<link>http://snipplr.com/view/5629/display-percentages-in-pie-charts/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 31 Mar 2008 13:32:48 GMT</pubDate>
<guid>http://snipplr.com/view/5629/display-percentages-in-pie-charts/</guid>
</item>
</channel>
</rss>