<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - sarathannapareddy</title>
<link>http://snipplr.com/users/sarathannapareddy/language/sas/tags/replace</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 20 Jun 2013 14:18:29 GMT</pubDate>
<item>
<title>(SAS) Replace missing values of variables into Zeros</title>
<link>http://snipplr.com/view/18284/replace-missing-values-of-variables-into-zeros/</link>
<description><![CDATA[ <p>Have you been asked how to convert missing values for all the variables into zeros..... if you are.... here is the answer for that..... 

In this example the I have used array to do the same. 

The variable list includes ID and Score1 to score6.Using simple array method we can change all the missing value for the variables score1 to score6 to 0. 


Read more at: http://studysas.blogspot.com/2009/03/change-all-missing-values-of-all.html</p> ]]></description>
<pubDate>Thu, 13 Aug 2009 17:18:41 GMT</pubDate>
<guid>http://snipplr.com/view/18284/replace-missing-values-of-variables-into-zeros/</guid>
</item>
</channel>
</rss>