Approximately what date is represented by SAS date value of
730
Answer Posted / sriraghubabu
31dec1961
data a;
x=730;
proc print data=a;
format x date9.;
run;
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the implications?
What do the sas log messages “numeric values have been converted to character” mean? What are the implications?
What do the PUT and INPUT functions do?
How is character variable converted into numeric variable and vice versa?
describe about physical data integration? : Sas-di
Differentiate between sas functions and sas procedures.
What is the difference between class statement and by statement in proc means?
What are the prime responsibilities of data integration administrator? : Sas-di
what is a method for assigning first.var and last.var to the by groupvariable on unsorted data? : Sas programming
What are the uses of sas?
I need level 2 to 5 sas using companies in india
What is the use of PROC gplot?
what are the categories that sas informats are used to the place the data? : Sas-administrator
How does the internal authentication work in sas? : sas-grid-administration
Where do you use proc means over proc freq?