<?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/dataset</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 06 Jul 2008 21:08:42 GMT</pubDate>
<item>
<title>(SAS) Match Merge using Proc SQL - webonomic</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) 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) 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) 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) 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) 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>