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
explain the use of % includes a statement in sas? : Sas-administrator
What is the work of tranwrd function?
What are common programming errors committed in sas
What is the use of the %include statement?
What is the use of divide function?
Describe a time when you were really stuck on a problem and how you solved it?
what are some differences between proc summary and proc means? : Sas programming
What are the advantages of using sas?
What are the data types in sas?
If you use a symput in a data step, when and where can you use the macro variable? : sas-macro
How does proc sql work?
What are the different servers in sas? : sas-grid-administration
Explain the purpose of substr functions in sas programming.
what is scheduling and how will u implement it. In scheduling 5 jobs r running if there is an error occured at 3rd job and how will u check and waht necessary steps will u take not to repeat the same mistake
Explain what Proc glm does?