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

What do the mod and int function do? : Sas programming

783


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

738


What function CATX syntax does?

848


how do you debug and test your sas programs? : Sas programming

781


How necessary is it to be creative in your work?

2192






How to specify variables to be processed by the freq procedure?

797


if a variable contain dates like "2015/01"---"2015/12" (yymm) ,How to add day to those dates,if them month is jan then 31 if the month is feb then 28 so on ...

1123


What is the basic syntax style in SAS?

798


what are the categories that sas informats are used to the place the data? : Sas-administrator

772


Explain the purpose of retain statement.

764


how do the in= variables improve the capability of a merge? : Sas programming

1128


Differences between where and if statement?

751


What are the automatic variables for macro? : sas-macro

832


what are the softwares and applications that are used most frequently used by sas bi applications developers? : Sas-bi

714


what is business intelligence? : Sas-bi

759