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
What is the command used to find missing values?
what is intially documentation in sas?
What is the maximum length of the macro variable?
which date functions advances a date time or date/time value by a given interval? : Sas programming
What is maximum storage capability of SAS?
Name types of category in which SAS Informats are placed?
Can you suggest us materials for sdtm mapping?
Differentiate input and infile.
what is sas metadata server? : Sas-di
What is the difference between match merge and one to one merge?
how many types prompting framework can be broken down to? : Sas-bi
describe about metadata object? : Sas-di
what do the mod and int function do? What do the pad and dim functions do? : Sas programming
Briefly explain input and put function?
How we can create SAS USER DEFINED CODE?