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 |
which features do you use to check the data validations and errors? : Sas-administrator
What do the put and input function do?
I have a dataset concat having variable a b & c. How to rename a b to e & f?
What do the sas log messages “numeric values have been converted to character” mean? What are the implications?
For what purpose would you use the RETAIN statement?
Explain append procedure?
what is the use of catalog?
Are you familiar with special input delimiters? How are they used?
Hi, I have one dataset, could you please ans for this. id amount paid_amount 1 700 400 2 900 250 3 300 300 a 400 250 b 500 320 c 800 650 x 200 190 y 900 250 z 300 180 i want create new dataset having id and paid_amount who are paid high amount comparing amount. ex: 1d paid_amount 3 300 c 650 x 190
how to generate the test data in sas without input data? : Sas-administrator
How to find out no. of business days in a month using macros.???(excluding weekends and holidays).
How to read an input file in sas?