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
if you were told to create many records from one record, show how you would do this using array and with proc transpose? : Sas programming
How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?
How to limit decimal places for the variable using proc means?
what are _numeric_ and _character_ and what do they do? : Sas programming
what type of graphs we will create(for 2+years candidates)?
what is hash files in sas and why we are using this one in sas?
explain the main difference between the nodup and nodupkey options? : Sas-administrator
What is a method for assigning first.VAR and last.VAR to the BY group variable on unsorted data?
what is sas metadata repository? : Sas-bi
: and & modifiers.
How do you convert basic cube to transaction cube and transaction cube to basic cube?
What are common programming errors committed in sas
How we can create SAS USER DEFINED CODE?
Explain what is the use of proc gplot?
Describe 5 ways to do a “table lookup” in SAS?