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 is information maps?
In ARRAY processing, what does the DIM function do?
Explain data step in SAS
What’s the difference between var b1 – b3 and var b1 — b3?
Enlist the syntax rules followed in sas statements.
How long can a macro variable be? A token? : sas-macro
How you can read the variables that you need?
How does the internal authentication work in sas? : sas-grid-administration
Explain the difference between informat and format with an example.
What do the SAS log messages "numeric values have been converted to character" mean?
How sas treats the dsd delimiters?
Mention sas system options to debug sas macros.
How do you control the number of observations and/or variables read or written? Approximately what date is represented by the SAS date value of 730?
for what purpose would you use the retain statement? : Sas programming
why is sas data integration studio important? : Sas-di