Approximately what date is represented by SAS date value of
730
Answer Posted / mu mu
12/31/1961
data a;x=730;;proc print data=a; format x mmddyy10.;run;
| Is This Answer Correct ? | 29 Yes | 2 No |
Post New Answer View All Answers
Explain why double trailing @@ is used in input statement?
What is factor analysis?
what do the sas log messages "numeric values have been converted to character" mean? What are the implications? : Sas programming
What is connection profile? : sas-grid-administration
Tell e how how dealt with..
which features do you use to check the data validations and errors? : Sas-administrator
Mention what are the data types does SAS contain?
where to use sas business intelligence? : Sas-bi
how to debug and test the sas program? : Sas-administrator
What is the maximum length of the macro variable?
what is sas olap server? : Sas-di
what are the best practices to process the large data sets in sas programming? : Sas-administrator
How would you identify a macro variable?
List out some key concept of SAS
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