<?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/tags/statemnt</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 23 May 2013 07:59:06 GMT</pubDate>
<item>
<title>(SAS) How to delete previously assigned formats and informats of variables in the dataset - sarathannapareddy</title>
<link>http://snipplr.com/view/18187/how-to-delete-previously-assigned-formats-and-informats-of-variables-in-the-dataset/</link>
<description><![CDATA[ <p>How to delete previously assigned formats and informats completely from the SAS dataset:

PROC DATASETS lib=work;
MODIFY dsn;
FORMAT _all_;
INFORMAT _all_;
RUN; 
QUIT;</p> ]]></description>
<pubDate>Tue, 11 Aug 2009 16:26:20 GMT</pubDate>
<guid>http://snipplr.com/view/18187/how-to-delete-previously-assigned-formats-and-informats-of-variables-in-the-dataset/</guid>
</item>
<item>
<title>(SAS) How to detect missing values using Arrays - sarathannapareddy</title>
<link>http://snipplr.com/view/13643/how-to-detect-missing-values-using-arrays/</link>
<description><![CDATA[ <p>Direct link: http://ssc.utexas.edu/consulting/answers/sas/sas65.html</p> ]]></description>
<pubDate>Tue, 31 Mar 2009 15:47:02 GMT</pubDate>
<guid>http://snipplr.com/view/13643/how-to-detect-missing-values-using-arrays/</guid>
</item>
</channel>
</rss>