Answer Posted / 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 |
Post New Answer View All Answers
what do the sas log messages "numeric values have been converted to character" mean? : Sas programming
what is the difference between floor and ceil functions in sas? : Sas-administrator
how do you want missing values handled? : Sas programming
describe about physical data integration? : Sas-di
what do the mod and int function do? What do the pad and dim functions do? : Sas programming
name some data transformation used in sas di? : Sas-di
: and & modifiers.
Explain translate function?
Explain what is data step?
What was the last computer book you purchased? Why?
Give e an example of..
i have a dataset with 100 obs i want to generate title from 20th obs onwards with total observations. that should contain 100 obs.dont use firstobs and dnt split the data. use dataset block or proc report? how can we genarate;
why is sas data integration studio important? : Sas-di
What does PROC print, and PROC contents do?
Explain the difference between informat and format with an example.