Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How many missing values are available? When might you use them?



How many missing values are available? When might you use them?..

Answer / ankit

Two types of missing values are there we come across in SAS:
1. Dot(.)
2. Blank

Dot will be used for as the numerical type of missing value.
and
Blank will be treated as the character type of missing value.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SAS Interview Questions

How to convert a given date value into SAS date

9 Answers   CitiGroup, Quintiles,


Hi Friends, My name is Priya,am new to this Forum. am looking for SAS Platform Administration Interview Questions.I searched every where but I couldn't find any where.please can anyone help me with the FAQ's. It would be a great favor to me if you can email the Interview Questions to priyafeb84@gmail.com

0 Answers  


Explain the difference between using drop = data set option in set and data statement?

0 Answers  


how we can create a FLAG datasets? Ex:-ID age_group no_persons 1 to 10 10 to 20 3 11 to 20 21 to 30 7 21 to 3o 31 to 40 5

0 Answers  


what is cummaltive frequency,and varience in proc unviarte

1 Answers   L&T,


libname deepak 'C:\SAS Files'; proc format; invalue convert 'A+' = 100 'A' = 96 'A-' = 92 'B+' = 88 'B' = 84 'B-' = 80 'C+' = 76 'C' = 72 'F' = 65; data deepak.grades; input ID $3. Grade convert.; *format Grade convert. ; datalines; 001 A- 002 B+ 003 F 004 C+ 005 A ; proc print data = deepak.grades; run; I get the following output Obs ID Grade 1 001 . 2 002 . 3 003 . 4 004 . 5 005 . I don’t understand why Grade shows up as a missing value. Everything seems fine, including ID $3. Now, in case I use ID : $3. Or use column input, I get the desired output. Kindly help Deepak

7 Answers  


what are all the ways to define macro variable??

2 Answers   GSK GlaxoSmithKline,


what is sas metadata repository? : Sas-bi

0 Answers  


how to read character value without using substr function in sas ?

3 Answers  


Explain the difference between nodup and nodupkey options?

0 Answers  


· What are some good SAS programming practices for processing very large data sets?

6 Answers   Quintiles,


How do handle working under pressure?

1 Answers   Oracle, Wipro,


Categories