How many missing values are available? When might you use them?
Answer Posted / ankit
Two types of missing values are there we come across in SAS:
1. Dot(.)
2. Blank
Dot will be used for as the numerical type of missing value.
and
Blank will be treated as the character type of missing value.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why double trailing @@ is used in input statement?
How will you react when, while consulting a SAS documentation manual to get an answer to a problem, someone says hey, I thought you were supposed to know all that stuff already, and not have to look it up in a book?
I have a dataset concat having variable a b & c. How to rename a b to e & f?
what is SAS OPTIMIZATION?
how to read the variables in sas? : Sas-administrator
What can you learn from the SAS log when debugging?
What is the difference between the proc sql and data step?
What do you understand by the term Normal Distribution?
Enlist the syntax rules followed in sas statements.
What are the applications primarily used by business analyst? : Sas-bi
Explain the difference between using drop = data set option in set and data statement?
How to sort in descending order?
How to create a permanent sas data set?
How to include or exclude specific variables in a data set?
name some data transformation used in sas di? : Sas-di