How the date 04oct1994 is stored in SAS,not only give the
answer explain in brief?
Answer Posted / pnprasad
There are four informats are there in SAS to read the date
values, i.e MMDDYY8. (mm/dd/yy), MMDDYY10. (mm/dd/yyyy)
date7. (ddMMMyy) date9. (ddMMMyyyy), so Ans is date9. Note:
each format ends with period.
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
How sas treats the dsd delimiters?
What system options would you use to help debug a macro? : sas-macro
What is the difference between proportion and average?
What is the function of output statement in a SAS Program?
Differentiate input and infile.
What are symget and symput? : sas-macro
How we can create SAS USER DEFINED CODE?
What would be the value of month at the end of data step execution and how many observations would be there?
what is proc Index? and what is proc document?
what is change analysis in sas di ? : Sas-di
Explain data_null_?
Which are the statements whose placement in the data step is critical?
what is transformation in sas data integration? : Sas-di
What do the mod and int function do? : Sas programming
for report generation which one you used proc report or data_null_?