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
how does sas handle missing values in a merge? : Sas programming
How to convert a numeric variable to a character variable?
WHAT IS SAS WEB SERVICE and what are the steps to create an xml service ?
Explain data_null_?
List out some key concept of SAS
what is hierarchy flattening? : Sas-di
How do you use the do loop if you don’t know how many times you should execute the do loop?
Mention few capabilities of sas framework.
Mention the category in which sas informats are placed?
What are the ways in which macro variables can be created in sas programming?
What are the best sas programming practices for handling very large datasets? : sas-grid-administration
what is the one statement to set the criteria of data that can be coded in any step? : Sas programming
Do you need to know if there are any missing values?
What is program data vector (pdv)?
Are you involved in writing the inferential analysis plan? Tables specfications?