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 / sankar

data ss;
input name$ s anydtdte9.;
cards;
sankar mar99
mahesh mar1999
run;
proc print data=ss;
format s date9.;
run;

Is This Answer Correct ?    13 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between proportion and average?

3401


what r the job openings SAS for fresher graduates !

2500


how does sas handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, procs? : Sas programming

1069


what are the component of range? : Sas-bi

1147


for whom is sas data integration studio designed? : Sas-di

1059


explain about various caches available in data integrator? : Sas-di

1111


If you were told to create many records from one record, show how you would do this using array and with proc transpose?

1541


what do the sas log messages "numeric values have been converted to character" mean? What are the implications? : Sas programming

1316


How to limit decimal places for variable using proc means?

1153


What is a method to debug and test your SAS program?

1433


how will you location sas platform applications available from web browser? : Sas-bi

1113


what is the Population you used in your project, is it ITT or PP?

2799


How can you limit the variables written to output dataset in data step?

1373


How to include or exclude specific variables in a data set?

1162


How would you define the end of a macro? : sas-macro

1133