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 which format does Date stores in sas..?
What is the use of DATE in SAS.?

Answer Posted / mannna

it is stored as numeric values.
Eg
data aaa;
a=today();
put a;
run;
it will show you numeric no equivalent to current date.After using format staement u can get todays date as;
data aaa;
a=today();
format a date9.;
put a;
run;

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

1356


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

1116


What is the difference between where and if statement?

1153


how to create the AE dataset by using SDTMIG specifications and SAP plan by using UNIX platform?

2811


is data integration and etl programming is same? : Sas-di

1125


What will calendar procedure do?

1116


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

1269


What are the advantages of using sas?

1194


Explain what is data step?

1244


hi all, I need the SAS DI DUMP(A00 260) for attending the certification. if any one have, pls provide it.Please Email to vrpotluri@hotmail.com. Thanks - Ramana

5508


Explain the difference between informat and format with an example.

1222


what are input dataset and output dataset options? : Sas programming

1174


What is the use of divide function?

1124


This entry was posted in General. Bookmark the permalink. Post a comment or leave

4631


What is slibref?

1337