Approximately what date is represented by SAS date value of
730
Answer Posted / sravan
data a;
x=730;
format x date9.;
run;
proc print data=a;run;
we get 31Dec1961
| Is This Answer Correct ? | 15 Yes | 2 No |
Post New Answer View All Answers
What do you understand by the term Normal Distribution?
What are the different servers in sas? : sas-grid-administration
what is snowflake schema? : Sas-di
in the flow of data step processing, what is the first action in a typical data step? : Sas programming
How can sas program be validated?
Can you execute a macro within a macro? Describe. : sas-macro
what is the difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming
What is PDV?
Can you execute macro within another macro? : sas-macro
Explain what is the use of proc gplot?
how can you create zero observation dataset? : Sas programming
List down the reasons for choosing sas over other data analytics tools.
What sas features do you use to check errors and data validation?
how to do user inputs and command line arguments in sas?
What is a method to debug and test your SAS program?