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
How you are maintaining sas programmes in your company...any specific version control software you are using? If so, tell me the name?
what versions of sas have you used (on which platforms)? : Sas programming
Explain what is SAS informats?
Explain how you can debug and test your SAS program?
What do you code to create a macro? : sas-macro
how will you location sas platform applications available from web browser? : Sas-bi
How long can a macro variable be? A token? : sas-macro
Are you involved in writing the inferential analysis plan? Tables specfications?
Mention what is the difference between nodupkey and nodup options?
Mention what are the data types does SAS contain?
What is the difference between input and infile statement?
If you could design your ideal job, what would it look like?
What are the data types does SAS contain?
how do you test for missing values? : Sas programming
Explain why double trailing @@ is used in input statement?