How the date 04oct1994 is stored in SAS,not only give the
answer explain in brief?
Answer Posted / vineeta
The date will be stored as the number of days since January
1,1960. Internally SAS stores dates as no. of days hence it
becomes a numeric value on which computations can be done.
Use a date informat to read the date eg. DATE9. and u will
get the number of days in the output dataset.
| Is This Answer Correct ? | 23 Yes | 0 No |
Post New Answer View All Answers
name several ways to achieve efficiency in your program? : Sas programming
What are the default statistics for means procedure?
how sas deals with business intelligence? : Sas-bi
What is the use of the %include statement?
What is the basic syntax style in SAS?
What is the role of administrative users? : sas-grid-administration
Describe the function and utility of the most difficult SAS macro that you have written?
explain what is factor analysis? : Sas-administrator
what is the primary data source for the wrs? : Sas-bi
What do the SAS log messages "numeric values have been converted to character" mean?
How necessary is it to be creative in your work?
How would you identify a macro variable? : sas-macro
To what type of programms have you used scratch macros?
If you were told to create many records from one record, show how you would do this using array and with proc transpose?
what is null hypothesis? why do you consider that?