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 date is 05sep2005; i want the oupput like

05sep2005:00:00:00 ; how it wil come?

Answer Posted / shakeer

data dt;
informat d date9.;
d= '05sep2005'd;
dt=dhms(d,0,0,0);
format dt datetime21.;
proc print;run;

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

: and & modifiers.

1453


explain the concepts and capabilities of business object? : Sas-bi

1016


how does sas handle missing values in a merge? : Sas programming

1103


What are the new features included in the new version of SAS Programming Language?

1251


In SAS explain which statement does not perform automatic conversions in comparisons?

1374


What are the difference between the sas data step and sas procs?

1256


what is study design in while working with SAS? what are screening variables in SAS?

2277


How to limit decimal places for the variable using proc means?

1127


Explain the use of proc print and proc contents?

1018


How would you include common or reuse to be processed along with your statements?

2421


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

1249


what is operational data and operational system? : Sas-di

1159


How are numeric and character missing values represented internally?

1714


How long can a macro variable be? A token? : sas-macro

1267


how does sas handle missing values in assignment statements? : Sas programming

1072