<?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</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sat, 17 May 2008 11:55:51 GMT</pubDate>
<item>
<title>(SAS) Create a new data set for each BY-Group in a data set - webonomic</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 - webonomic</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 - webonomic</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 - webonomic</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 - webonomic</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 - webonomic</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 - webonomic</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 - webonomic</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 - webonomic</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 - webonomic</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 - webonomic</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 - webonomic</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 - webonomic</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. - webonomic</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 - webonomic</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 - webonomic</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 - webonomic</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>
<item>
<title>(SAS) Get Computer Name - webonomic</title>
<link>http://snipplr.com/view/5628/get-computer-name/</link>
<description><![CDATA[ <p>This code will help you to get the name of the computer you are running he code from.</p> ]]></description>
<pubDate>Mon, 31 Mar 2008 13:27:53 GMT</pubDate>
<guid>http://snipplr.com/view/5628/get-computer-name/</guid>
</item>
<item>
<title>(SAS) Traffic Light Analysis - webonomic</title>
<link>http://snipplr.com/view/5627/traffic-light-analysis/</link>
<description><![CDATA[ <p>Colour code table cells to help visually reveal results.</p> ]]></description>
<pubDate>Mon, 31 Mar 2008 13:16:22 GMT</pubDate>
<guid>http://snipplr.com/view/5627/traffic-light-analysis/</guid>
</item>
<item>
<title>(SAS) Test Dataset: Class - webonomic</title>
<link>http://snipplr.com/view/5626/test-dataset-class/</link>
<description><![CDATA[ <p>This code simply creates a test dataset that can be used when testing new code.</p> ]]></description>
<pubDate>Mon, 31 Mar 2008 12:54:35 GMT</pubDate>
<guid>http://snipplr.com/view/5626/test-dataset-class/</guid>
</item>
</channel>
</rss>