hi i date is 05sep2005; i want the oupput like
05sep2005:00:00:00 ; how it wil come?
Answer Posted / kumar
data test;
input dt : datetime20.;
cards;
05sep2005:00:00:00
;
proc print data=test;
format dt datetime20.;
run;
| Is This Answer Correct ? | 3 Yes | 8 No |
Post New Answer View All Answers
Are you sensitive to code walk-throughs peer review or QC review?
I am preparing SAS Certified Advanced Programmer for SAS 9 in 2014. If anybody has the latest dumps for this exam, please mail me at dhiman.mukherjee@gmail.com
What are the differences between proc means and proc summary?
what is transformation in sas data integration? : Sas-di
What is the basic syntax of a sas program?
Hi, If anyone has base SAS certification dumps, please share.
How would you identify a macro variable? : sas-macro
How we can create SAS USER DEFINED CODE?
what is sas and what are the functions? : Sas-administrator
For what purpose would you use the RETAIN statement?
what is study design in while working with SAS? what are screening variables in SAS?
what are the types of interactive display types? : Sas-bi
describe the interaction table in sas di? : Sas-di
Will it bother you if the guy at the next desk times the frequency and duration of your bathroom or coffee breaks on the grounds that ?you are getting paid twice as much as he is??
How do you add a number to a macro variable? : sas-macro