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
What do the mod and int function do? : Sas programming
What is the sas data set? : sas-grid-administration
What function CATX syntax does?
how do you debug and test your sas programs? : Sas programming
How necessary is it to be creative in your work?
How to specify variables to be processed by the freq procedure?
if a variable contain dates like "2015/01"---"2015/12" (yymm) ,How to add day to those dates,if them month is jan then 31 if the month is feb then 28 so on ...
What is the basic syntax style in SAS?
what are the categories that sas informats are used to the place the data? : Sas-administrator
Explain the purpose of retain statement.
how do the in= variables improve the capability of a merge? : Sas programming
Differences between where and if statement?
What are the automatic variables for macro? : sas-macro
what are the softwares and applications that are used most frequently used by sas bi applications developers? : Sas-bi
what is business intelligence? : Sas-bi