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

Hi, I have one dataset like
id date ex: id date
1 13 1 13Oct2011
2 14 2 14Oct2011
3 15 3 15Oct2011 --->this is the current date
here i want date format like 13Oct2011,14Oct2011 how we can
modify the numeric to date format plz answer.

Answer Posted / kiran

data dsn;
input id date;
format date date9.;
cards;
1 13
2 14
3 15
;
run;

Is This Answer Correct ?    2 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how to debug and test the sas program? : Sas-administrator

1074


How do you control the number of observations and/or variables read or written? Approximately what date is represented by the SAS date value of 730?

1728


How can sas program be validated?

1072


Describe what are the different levels of administrative users in sas? : sas-grid-administration

1081


Give e an example of..

2135


what is the use of proc sql? : Sas programming

1185


explain about sas business intelligence? : Sas-bi

1193


What is the maximum and minimum length of macro variable

1335


How do you convert basic cube to transaction cube and transaction cube to basic cube?

2286


what is a method for assigning first.var and last.var to the by groupvariable on unsorted data? : Sas programming

1041


Have you ever used the SAS Debugger?

1816


What is interleaving in SAS?

1173


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

1345


What do you code to create a macro? : sas-macro

1186


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

1162