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 functions done while Compilation...?
how to do user inputs and command line arguments in sas?
Does SAS ‘Translate’ (compile) or does it ‘Interpret’? Explain.
If you have a dataset that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variables?
Explain the use of proc print and proc contents?
How to import the Zip files into SAS? If it is possible in SAS? If it is posible write the code...
what are validation tools that are used in sas? : Sas-administrator
What are the prime responsibilities of data integration administrator? : Sas-di
What is the difference between %put and symbolgen? : sas-macro
What are the difference between the sas data step and sas procs?
In sas admin differentiate between roles and capabilities? : sas-grid-administration
Hi I have list of products in a dataset, which are classified by other name for eg:- there is a product A> Malambo Shiraz Malbec 750ML(0388) which is a Red wine.Now i need to generate a report where it shows if this product appears then it should b displayed as red wine,similarly for other products and other classification. I dont wan use proc format.