How to convert a given date value into SAS date

Answer Posted / komal

For example if we have a date="14/12/2008".

you have to input it first and the format it like
date1=input(date,ddmmyy10.);
format date1 ddmmyy10.;
run;

Is This Answer Correct ?    8 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

describe how to adjust the performance of data integrator? : Sas-di

563


how many types prompting framework can be broken down to? : Sas-bi

630


how to change the execute of macro

1674


What is the maximum length of the macro variable? : sas-macro

623


what do you mean by data staging area? : Sas-di

603






Explain the special input delimiters used in sas programming.

583


how does sas handle missing values in assignment statements? : Sas programming

567


what is information maps?

1616


Did you used proc test? when?

1575


If you have a dataset that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variables?

703


I am preparing SAS Certified Advanced Programmer for SAS 9 in 2014. If anybody has the latest dumps for this exam, please mail me at dhiman.mukherjee@gmail.com

2261


Describe what are the different levels of administrative users in sas? : sas-grid-administration

600


what is the different between functions and procs that calculate the same simple descriptive statistics? : Sas programming

589


What are the difference between the sas data step and sas procs?

608


what is SAS OPTIMIZATION?

1817