/ Published in: SAS
URL: http://studysas.blogspot.com/2009/03/change-all-missing-values-of-all.html
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
Expand |
Embed | Plain Text
http://studysas.blogspot.com/2009/03/change-all-missing-values-of-all.html
You need to login to post a comment.
