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

how does sas handle missing values in a merge? : Sas programming

761


How to convert a numeric variable to a character variable?

861


WHAT IS SAS WEB SERVICE and what are the steps to create an xml service ?

2527


Explain data_null_?

798


List out some key concept of SAS

805


what is hierarchy flattening? : Sas-di

822


How do you use the do loop if you don’t know how many times you should execute the do loop?

991


Mention few capabilities of sas framework.

914


Mention the category in which sas informats are placed?

801


What are the ways in which macro variables can be created in sas programming?

773


What are the best sas programming practices for handling very large datasets? : sas-grid-administration

761


what is the one statement to set the criteria of data that can be coded in any step? : Sas programming

878


Do you need to know if there are any missing values?

794


What is program data vector (pdv)?

834


Are you involved in writing the inferential analysis plan? Tables specfications?

1963