What is highest missing value for numeric?
Answer / sattwik panda
There are two types of numeric missing values:
1. Numeric missing value which is represented by a period(.)
2. Special numeric missing value(such as ._, .A, or .Z)
The order of precedence for numeric values are in the order
1. ._
2. .
3. .A through .Z
If we sort the dataset which has all of the above possible values, then the highest missing value will be .Z .
| Is This Answer Correct ? | 12 Yes | 5 No |
Name validation tools used in SAS
What do the SAS log messages "numeric values have been converted to character" mean?
what is sas olap server? : Sas-di
What is the Program Data Vector (PDV)? What are its functions?
How would you delete observations with duplicate keys?
/* To determine the maximum and minimum of V1 */ data before3; input v1 v2 v3; cards; 3 2 1 4 6 5 2 1 3 6 5 4 1 3 2 5 4 6 ; run;
How would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable?
how does sas handle missing values in sort order? : Sas programming
Explain the special input delimiters used in sas programming.
how to perform paired t-test using Base/SAS & SAS/Stat?
explain the function of substr in sas? : Sas-administrator
Can anyone help to find a statement to get all the predefined formats?
3 Answers Verinon Technology Solutions,