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
how could you generate test data with no input data? : Sas programming
what is PhaseIII, ODS, TLG, Macro and Proc in SAS
What are the features of SAS?
What do you know about sas data set?
If you were told to create many records from one record, show how you would do this using array and with proc transpose?
how would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable? : Sas programming
What is the purpose of trailing @ and @@? How do you use them?
Describe the function and untility of the most difficult SAS macro that you have written.
How would you code a macro statement to produce information on the sas log? This statement can be coded anywhere? : sas-macro
how many types prompting framework can be broken down to? : Sas-bi
what are the component of range? : Sas-bi
How would you include common or reuse to be processed along with your statements?
What is the role of administrative users? : sas-grid-administration
describe the interaction table in sas di? : Sas-di
What’s the difference between var b1 – b3 and var b1 — b3?