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 do the pad and dim functions do? : Sas programming
how does sas handle missing values in assignment statements? : Sas programming
What is the maximum length of the macro variable? : sas-macro
Are you involved in writing the inferential analysis plan? Tables specfications?
what is the effect of the options statement errors=1? : Sas programming
What is the difference between INPUT and INFILE ?
How might you use MOD and INT on numeric to mimic SUBSTR on character Strings?
What are symget and symput? : sas-macro
what r the job openings SAS for fresher graduates !
How do dates work in sas?
Define run-group processing?
how do you want missing values handled? : Sas programming
describe the interaction table in sas di? : Sas-di
I have a dataset concat having a variable a b & c. How to rename a b to e & f?
I have a dataset concat having variable a b & c. How to rename a b to e & f?