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 |
how we can call macros with in data step?
what are methods to identify duplicate observations?
how can u join the two tables without using proc sql Joins and nested queries ?
describe how to adjust the performance of data integrator? : Sas-di
what are the best practices to process the large data sets in sas programming? : Sas-administrator
How do i read multiple spaces in datasets?
HOW DO WE CREATE A SAS STORED PROCESS IN SAS EG ?
If you were told to create many records from one record, show how you would do this using array and with proc transpose?
Give some examples where proc report’s defaults are different than proc print’s defaults?
Can Some one Explain How the Datasets from SAS can be loaded in to the MVS OS?
what is broad cast agent? : Sas-bi
What is by-group processing?