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
what are the best practices to process the large data sets in sas programming? : Sas-administrator
For a user to have access to a standard workspace server, is internal authentication alone is sufficient? : sas-grid-administration
Where do you use proc means over proc freq?
How do you control the number of observations and/or variables read or written?
what is intially documentation in sas?
What are the different operating system platforms in which we can use sas? : sas-grid-administration
what are the benefits of data integration? : Sas-di
Can you execute macro within another macro? If so, how would sas know where the current macro ended and the new one began? : sas-macro
why is sas considered self-documenting? : Sas programming
Explain the purpose of retain statement.
In sas, what are the areas that you are most interested in? : sas-grid-administration
What does PROC print, and PROC contents do?
What is the order of application for output data set options, input data set options and SAS statements?
State the difference between INFORMAT and FORMAT ?
what is the use of proc contents and proc print in sas? : Sas-administrator