News

You can set values to missing within your DATA step by using program statements such as this one: if age<0 then age=.; This statement sets the stored value of AGE to a numeric missing value if AGE has ...