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
how do you pull data from equifax?tell me the process?
what is program data vector? : Sas-administrator
Explain the difference between using drop = data set option in set and data statement?
name the scheduler for scheduling job and explain the scheduler? : Sas-di
What is Linear Regression?
Mention what is the difference between nodupkey and nodup options?
what is sas metadata repository? : Sas-bi
What do the sas log messages “numeric values have been converted to character” mean? What are the implications?
What are the prime responsibilities of data integration administrator? : Sas-di
how to read the variables in sas? : Sas-administrator
what is transformation in sas data integration? : Sas-di
What does proc print, and proc contents are used for?
what are the scrubbing procedures in sas? : Sas programming
what do the sas log messages "numeric values have been converted to character" mean? : Sas programming
what is the one statement to set the criteria of data that can be coded in any step? : Sas programming