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 to convert a given date value into SAS date

Answer Posted / sheetal

data temp;
date='17/12/2009';
m=substr(date,4,2);
d=substr(date,1,2);
y=substr(date,7,4);
d1=mdy(m,d,y);
format d1 mmddyy10.;
run;

Is This Answer Correct ?    5 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Describe the function and untility of the most difficult SAS macro that you have written.

2274


What are the differences between proc means and proc summary?

1195


Name some categories in sas 9? : sas-grid-administration

1025


What is the use of PROC gplot?

1205


What is the difference between where and if statement?

1151


Hi, If anyone has base SAS certification dumps, please share.

1925


Can you execute macro within another macro? If so, how would sas know where the current macro ended and the new one began? : sas-macro

1261


What is SAS? What are the functions does it performs?

1246


how many display types available in sas bi dashboard? : Sas-bi

1142


How would you code a macro statement to produce information on the sas log? This statement can be coded anywhere? : sas-macro

1103


Define run-group processing?

1095


how will you locate the sas platform applications? : Sas-bi

1083


What are common programming errors committed in sas

1185


Mention what are the data types does SAS contain?

1193


why is sas data integration studio important? : Sas-di

1084