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


Please Help Members By Posting Answers For Below Questions

Do you need to compute new variables? If so,should you do this before you execute the report-writing procedure?

1465


How to sort in descending order?

786


What are types of transport files?

6835


Describe the ways in which you can create a macro variable?

622


what is SAS OPTIMIZATION?

1813






Which command is used to save logs in the external file?

563


Explain what is SAS informats?

619


hi tell be about pfizer? how to compare the work with other companies ? please tell me how to login and work also?

1660


What is data _null_?

691


What is your favorite all time computer book? Why?

2044


If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable? : sas-macro

593


What is the function of output statement in a SAS Program?

606


why is sas considered self-documenting? : Sas programming

675


what is broad cast agent? : Sas-bi

593


i have a dataset with 100 obs i want to generate title from 20th obs onwards with total observations. that should contain 100 obs.dont use firstobs and dnt split the data. use dataset block or proc report? how can we genarate;

1963