How the date 04oct1994 is stored in SAS,not only give the
answer explain in brief?
Answers were Sorted based on User's Feedback
Answer / vineeta
The date will be stored as the number of days since January
1,1960. Internally SAS stores dates as no. of days hence it
becomes a numeric value on which computations can be done.
Use a date informat to read the date eg. DATE9. and u will
get the number of days in the output dataset.
Is This Answer Correct ? | 23 Yes | 0 No |
Answer / sree
In sas the date will be stored as the number of days since
January
1,1960. SAS stores dates as number of days hence it
becomes a numeric value .
Use a date informat to read the date eg. DATE9. ,MMDDYY10.
etc..and u will
get the number of days in the output dataset in a format
you specify or date9.only
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / 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 |
Answer / sas
guys please read the question carefully and then proceed
with writing answers.....invalid answers mislead to sas new
comers....
Is This Answer Correct ? | 1 Yes | 0 No |
Explain substr function?
How can you create a macro variable with in data step? : sas-macro
Hi Friends, My name is Priya,am new to this Forum. am looking for SAS Platform Administration Interview Questions.I searched every where but I couldn't find any where.please can anyone help me with the FAQ's. It would be a great favor to me if you can email the Interview Questions to priyafeb84@gmail.com
what is the use of sas management console? : Sas-di
Approximately what date is represented by SAS date value of 730
Enlist the functions performed by sas.
why is sas considered self-documenting? : Sas programming
how do u validate the program which u have written.
What are the difference between ceil and floor functions in sas?
what is TAB delimiter? explain about it? what will you do to get TAB delimiter?
What is the significance of the ‘OF’ in X=SUM (OF a1-a4, a6, a9);?
how many types of prompts are there? : Sas-bi