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
If you were told to create many records from one record, show how you would do this using array and with proc transpose?
what are input dataset and output dataset options? : Sas programming
How do you control the number of observations and/or variables read or written? Approximately what date is represented by the SAS date value of 730?
name several ways to achieve efficiency in your program? : Sas programming
What are the 3 components in sas programming?
What are the scrubbing procedures in sas?
WHAT IS SAS WEB SERVICE and what are the steps to create an xml service ?
In ARRAY processing, what does the DIM function do?
how would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable? : Sas programming
Tell me about % include and % eval? : sas-macro
What is the basic structure of a sas program?
What are the data types in sas?
what is proc Index? and what is proc document?
how to remove duplicates using proc sql?
What is the role of administrative users? : sas-grid-administration