What is highest missing value for numeric?



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

Post New Answer

More SAS Interview Questions

What is the difference between match merge and one to one merge?

0 Answers  


SAS using companies in chennai

1 Answers  


How do you add a prefix to some or all variables in a dataset using a SAS macro?

2 Answers  


Mention the category in which sas informats are placed?

0 Answers  


how can you import .csv file in to sas? : Sas programming

0 Answers  






what is in stream data in SAS?

1 Answers  


Explain by-group processing?

0 Answers  


Do you prefer Proc Report or Proc Tabulate? Why?

9 Answers   Oracle,


What are the five ways to do a table lookup in sas? : sas-grid-administration

0 Answers  


Can you calculate the mean, median and mode of the following data set using data step logic? Don't use any function or procedure. data a; input age @@; datalines; 22 32 32 32 43 23 24 56 45 54 28 29 27 26 25 28 30 20 18 37 36 47 46 56 19 20 ; run; I have calculated the mean which i have posted in the answer section.

6 Answers   HSBC,


What does error:1 mean?

8 Answers   Accenture,


What do you feel about hardcoding?

4 Answers   Oracle,


Categories