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
Hi,by usining ptf how we have to combine (likr merge)10 datasets at a time in the oracle database(and write a macro code also)?Like this i have a douts a lot if you dont mind may please send one text mail for me(madhusudhanap16@gmail.com)?
Explain bmdp procedure?
describe about physical data integration? : Sas-di
what are the new features included in the new version of sas i.e., Sas 9.1.3? : Sas programming
Mention few capabilities of sas framework.
What would be the value of month at the end of data step execution and how many observations would be there?
If you could design your ideal job, what would it look like?
To what type of programms have you used scratch macros?
how the sas basic syntax style described? : Sas-administrator
what are the scrubbing procedures in sas? : Sas programming
what do the sas log messages "numeric values have been converted to character" mean? What are the implications? : Sas programming
Explain the main difference between the sas procedures and functions? : Sas-administrator
Explain proc sort?
Mention what is the difference between nodupkey and nodup options?
How would you code a macro statement to produce information on the sas log? This statement can be coded anywhere? : sas-macro