hi i date is 05sep2005; i want the oupput like
05sep2005:00:00:00 ; how it wil come?
Answer Posted / lavanya
data date;
input date datetime18.;
format date datetime20.;
cards;
05sep2005:00:00:00
run;
Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What will calendar procedure do?
What are the features of SAS?
What makes sas stand out to be the best over other data analytics tools?
What do you know about sas data set?
what is SAS OPTIMIZATION?
What is the different between functions and PROCs that calculate the same simple descriptive statistics?
What was the last computer book you purchased? Why?
How do you convert basic cube to transaction cube and transaction cube to basic cube?
Do you need to rearrange the order of the data for the report?
What does PROC print, and PROC contents do?
How would you define the end of a macro? : sas-macro
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?
This entry was posted in General. Bookmark the permalink. Post a comment or leave
WHAT IS SAS WEB SERVICE and what are the steps to create an xml service ?
Why and when do you use proc sql?