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
What Proc glm does?
To what type of programms have you used scratch macros?
What is a method for assigning first.VAR and last.VAR to the BY group variable on unsorted data?
Can you execute a macro within a macro? Describe. : sas-macro
what are validation tools that are used in sas? : Sas-administrator
How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data?
Explain what Proc glm does?
If money were no object, what would you like to do?
How do you convert basic cube to transaction cube and transaction cube to basic cube?
what do the sas log messages "numeric values have been converted to character" mean? : Sas programming
Mention few capabilities of sas framework.
How do you delete duplicate observations in sas?
How would you invoke a macro? : sas-macro
how will you location sas platform applications available from web browser? : Sas-bi
Explain the main difference between the sas procedures and functions? : Sas-administrator