hi i date is 05sep2005; i want the oupput like

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

Answer Posted / lavanya

data date;
input date datetime18.;
format date datetime20.;
cards;
05sep2005:00:00:00
run;

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

643


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

698


Enlist the syntax rules followed in sas statements.

617


Explain the difference between informat and format with an example.

686


what is the difference between floor and ceil functions in sas? : Sas-administrator

707






How to convert a numeric variable to a character variable?

634


what is sas and what are the functions? : Sas-administrator

542


Mention what is PROC in SAS?

603


How to sort in descending order?

794


what are the types of interactive display types? : Sas-bi

656


What are common programming errors committed in sas

674


Name types of category in which SAS Informats are placed?

736


what is enterprise guide? What is the use of it? : Sas programming

538


what are all the reports you generated in your recent project?

1683


Do we follow ADAM in analysis dataset development?How? Usually which version? Why is it necessary?

1915