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 |
What are the data types does SAS contain?
How do you add a prefix to some or all variables in a dataset using a SAS macro?
i have a null dataset with 10 variables; i want to print only name of the varibales in log window and also output window.how can we do this one?
what other SAS features do you use for error trapping and data validation?
I need to find the numeric field which contains blank in between..Ex:123 456...there is blank in between the 123 456..I need to know if there is any SAS function to find a field.. Please suggest...
How to sort in descending order?
What are the new features included in the new version of SAS Programming Language?
what is the difference between infile and input? : Sas-administrator
. Which date advances a date, time or date/time value by a given interval?
I have a dataset with variables empid and doj how to calculate retirement age?
Write a SAS macro to calculate number of numbers in an email address
What is the difference between match merge and one to one merge?