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
do you prefer proc report or proc tabulate? Why? : Sas programming
Why double trailing @@ is used in input statement?
For what purposes have you used sas macros? : sas-macro
What is the length assigned to the target variable by the scan function?
what is transformation in sas data integration? : Sas-di
What would be the result of the following SAS function (given that 31 Dec, 2000 is Sunday)?
How to convert a numeric variable to a character variable?
for report generation which one you used proc report or data_null_?
explain the function of substr in sas? : Sas-administrator
If you were told to create many records from one record, show how you would do this using array and with proc transpose?
Describe a time when you were really stuck on a problem and how you solved it?
Assuming {et} is randomly drawn from N(0,1) and e0 = 0, generate 200 observations of xt = et − 0.5e(t−1) and draw a line graph of xt.
Explain append procedure?
what is the use of proc sql? : Sas programming
What are the functions used for character handling?