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

data inter3;
input id 1-2 dat ;
cards;
1 13
2 14
3 15
;
run;

data inter4;
set inter3;
format dat1 date9.;
dat1=dat;
run;

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Are you involved in writing the inferential analysis plan? Tables specfications?

2592


Intern stastical programmer written test

790


WHAT IS SAS WEB SERVICE and what are the steps to create an xml service ?

2839


what r the job openings SAS for fresher graduates !

2500


Mention common programming errors committed in sas ?

1165


Give some examples where proc report’s defaults are same as proc print’s defaults?

1160


Differences between where and if statement?

1153


Explain substr function?

1160


what is data governance? : Sas-di

1064


what is sas olap server? : Sas-di

1293


What would be the value of month at the end of data step execution and how many observations would be there?

1228


Mention what is SAS data set?

1177


what are some good sas programming practices for processing very large data sets? : Sas programming

971


How do you define proc in sas? : sas-grid-administration

1131


What is program data vector (pdv)?

1387