Replace missing values with array.
14. April 2007 08:21Sometimes We want replace all the missing values in data this some value.
This is the easy way to do it.
data toz;
set toz;
array toz{*} _NUMERIC_ ;
do i = 1 to dim(toz);
if toz{i} = . then toz{i} = 0;
end;
drop i;
run;

Email 
7/25/2011 11:32:14 PM
This is my first post. I really like this blog. I’m reading this post from my I-Phone and it looks great!
Monster Beats