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...

In SAS how to read the variable values having different
formats.
eg:mar99,mar1999 (in a single variable)

Answer Posted / chiranjeevi

data code;
input name$ dob monyy7.;
cards;
a mar99
b mar1999
run;
proc print data=code;
format dob monyy7.;
run;

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do dates work in sas?

1187


Differentiate between format and informat? : sas-grid-administration

1120


what are the types of interactive display types? : Sas-bi

1145


how many types prompting framework can be broken down to? : Sas-bi

1114


What is the difference between proportion and average?

3403


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

2152


how does sas handle missing values in functions? : Sas programming

1281


what is star schema? : Sas-di

1186


Enlist the syntax rules followed in sas statements.

1127


What is the difference between one to one merge and match merge? Give an example.

1119


for what purpose would you use the retain statement? : Sas programming

1145


How would you identify a macro variable?

1137


What is the difference between order and group variable in proc report?

1480


How do you delete duplicate observations in sas?

1113


Explain why double trailing @@ is used in input statement?

1114