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


Please Help Members By Posting Answers For Below Questions

What is the difference between %local and %global? : sas-macro

668


How would you identify a macro variable? : sas-macro

534


Do we follow ADAM in analysis dataset development?How? Usually which version? Why is it necessary?

1914


Give some examples where proc report’s defaults are different than proc print’s defaults?

599


Mention what are the data types does SAS contain?

699






what is the difference between unique key and primary key? : Sas-di

596


What is the sas data set? : sas-grid-administration

574


Hello Friends, am new to this forum and am not good at sas progarmming. please can any one of you send me couple of sample large sample SAS Jobs which can you use 200 MB of data and other sas job upto 25GB of data. am doing a performance testing on our legacy systems and new upgraded system. I would really appreciate if you can do me this favor Thank you Priya

1349


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)?

1211


What are the prime responsibilities of data integration administrator? : Sas-di

589


What is the maximum length of the macro variable?

676


what is the difference between infile and input? : Sas-administrator

609


what is the limit of the number of the rows and columns available in the worksheet? : Sas-bi

631


Hi, If anyone has base SAS certification dumps, please share.

1388


explain about data integrator metadata reports? : Sas-di

565