How the date 04oct1994 is stored in SAS,not only give the
answer explain in brief?
Answer Posted / sree
In sas the date will be stored as the number of days since
January
1,1960. SAS stores dates as number of days hence it
becomes a numeric value .
Use a date informat to read the date eg. DATE9. ,MMDDYY10.
etc..and u will
get the number of days in the output dataset in a format
you specify or date9.only
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is substr function?
what are validation tools that are used in sas? : Sas-administrator
Explain input and put function?
what cause the "error: connect:" and "error in the libname statement" when there weren't any such problems?
What is the difference between class statement and by statement in proc means?
Describe a time when you were really stuck on a problem and how you solved it?
Describe the function and untility of the most difficult SAS macro that you have written.
What is slibref?
how to change the execute of macro
what is star schema? : Sas-di
Differentiate between ceil and floor functions.
Given an unsorted data set, how to read the last observation to a new data set?
why is sas considered self-documenting? : Sas programming
Describe the ways in which you can create macro variables?
What is a method to debug and test your SAS program?