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

In SAS explain which statement does not perform automatic conversions in comparisons?

795


What does proc print, and proc contents are used for?

609


Explain the special input delimiters used in sas programming.

581


What do you know about sas and what we do? : sas-grid-administration

597


explain the concepts and capabilities of business object? : Sas-bi

538






what are 5 ways to perform a table lookup in sas? : Sas-administrator

759


What is maximum storage capability of SAS?

904


Can you suggest us materials for sdtm mapping?

4035


if the Id has more then two transcatiion then show the first observation, IF Id has only two observation then It show both the observation

1161


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

622


how do you test for missing values? : Sas programming

577


Explain proc sort?

664


Describe the function and untility of the most difficult SAS macro that you have written.

1556


explain the function of substr in sas? : Sas-administrator

550


hi here is a problem can anybody solve this? i want to report the data through third party file. by using data _null_ or proc report or macro automation process. but i want to insert the 'titles and footnotes' in between the data and also starting of 2nd and ending of 2nd and starting of 3rd and ending of the 3rd page. tell me how and write the code?

1684