How to convert a given date value into SAS date
Answer Posted / geoffrey brent
If you don't know in advance how the date will be
formatted, you can use the ANYDTDTE. informat. This will
extract a SAS date from most date/date-time formats.
(Warning: ANYDTDTE doesn't fully support day-month-year
ordering, even if you have this set as your system
preference, but it still copes with most DMY-formatted
dates.)
Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data?
for whom is sas data integration studio designed? : Sas-di
What is the different between functions and PROCs that calculate the same simple descriptive statistics?
Explain data_null_?
What is the command used to find missing values?
What does the trace option do?
What are the different types of sas functions?
What is the function of output statement in a SAS Program?
Describe crosslist option in tables statement?
What is a method for assigning first.VAR and last.VAR to the BY group variable on unsorted data?
what do the mod and int function do? What do the pad and dim functions do? : Sas programming
What is maximum number of rows and cols can be handled in SAS?
In sas, what are the areas that you are most interested in? : sas-grid-administration
Describe a time when you were really stuck on a problem and how you solved it?
Explain the use of proc gplot? : sas-grid-administration