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 are some problems you might encounter in processing missing values? In data steps? Arithmetic? Comparisons? Functions? Classifying data? : Sas programming
What is program data vector (pdv) and what are its functions?
what is change analysis in sas di ? : Sas-di
How to include or exclude specific variables in a data set?
Differentiate between proc means and proc summary.
how to remove duplicates using proc sql?
Explain what is SAS informats?
Mention sas system options to debug sas macros.
How do you debug and test your SAS programs?
What is the difference between INPUT and INFILE ?
In ARRAY processing, what does the DIM function do?
how to generate the test data in sas without input data? : Sas-administrator
name the scheduler for scheduling job and explain the scheduler? : Sas-di
AE datasets names? how many types?
Mention what is the difference between nodupkey and nodup options?