hi i date is 05sep2005; i want the oupput like
05sep2005:00:00:00 ; how it wil come?
Answer Posted / kenny rock
data test_date;
input date;
informat date datetime18;
cards;
05sep2005:00:00:00
run;
proc print data=test_date;
format date datetime18.;
run;
| Is This Answer Correct ? | 14 Yes | 10 No |
Post New Answer View All Answers
Describe the function and utility of the most difficult SAS macro that you have written?
What are the different versions of sas that you have used until now? : sas-grid-administration
what is sas data set?
What can you learn from the SAS log when debugging?
what is the purpose of _error_? : Sas programming
what is data integration? : Sas-di
What would you change about your job?
Do we follow ADAM in analysis dataset development?How? Usually which version? Why is it necessary?
What are the different operating system platforms in which we can use sas? : sas-grid-administration
How will you use the WHO Drug Dictionary for Reporting Clinical Trials?
Compare sas with other data analytics tools.
How would you identify a macro variable?
What is slibref?
Which date function advances a date, time or datetime value by a given interval?
Differentiate input and infile.