Approximately what date is represented by SAS date value of
730
Answer Posted / sheetal
In SAS Dates stored in numeric format, it starts from 1st
Jan 1960, and 1st jan 1960 consider as day # 0. So even
though 1960 was a leap year #days are 365 for year 1961 and
365 for 1961. Which means 365+365=730 nothing but last day
of 1961 - 31st Dec 1961.
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
how will you locate the sas platform applications? : Sas-bi
Explain proc sort?
What is the basic syntax style in SAS?
In SAS explain which statement does not perform automatic conversions in comparisons?
What do you understand by the term Normal Distribution?
explain the key concept of sas? : Sas-administrator
How can I remove header from output data set?
what other sas products have you used and consider yourself proficient in using? : Sas programming
What are SAS/ACCESS and SAS/CONNECT?
what is the use of proc contents and proc print in sas? : Sas-administrator
What will calendar procedure do?
Define run-group processing?
What do the SAS log messages "numeric values have been converted to character" mean?
In sas admin differentiate between roles and capabilities? : sas-grid-administration
Is the physical structure of the data set in the same orientation as the report? Do you need to reshape the data sets? What method should you use to reshape the data–DATA steps,PROC TRANSPOSE,output data set from a procedure?