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
What is the difference between one to one merge and match merge? Give an example.
How do you specify the number of iterations and specific condition within a single do loop?
How to include or exclude specific variables in a data set?
What is program data vector (pdv) and what are its functions?
why is a stop statement needed for the point=option on a set statement? : Sas programming
explain the difference between alternate key, business key, foreign key, generated key, primary key, retained key and surrogate key ? : Sas-di
How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data?
What are the functions used for character handling?
Explain the special input delimiters used in sas programming.
Which function is used to count the number of intervals between two sas dates?
What is the basic structure of a sas program?
What are pdv and it functions?
What are the uses of sas?
What is a method for assigning first.VAR and last.VAR to the BY group variable on unsorted data?
How do you control the number of observations and/or variables read or written?