How the date 04oct1994 is stored in SAS,not only give the
answer explain in brief?

Answers were Sorted based on User's Feedback



How the date 04oct1994 is stored in SAS,not only give the answer explain in brief?..

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

How the date 04oct1994 is stored in SAS,not only give the answer explain in brief?..

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

How the date 04oct1994 is stored in SAS,not only give the answer explain in brief?..

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

How the date 04oct1994 is stored in SAS,not only give the answer explain in brief?..

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

How the date 04oct1994 is stored in SAS,not only give the answer explain in brief?..

Answer / ravid

i do not know the exact answer ,but read the date in this
format date mmddyyyy10.then it will give the result

Is This Answer Correct ?    0 Yes 15 No

Post New Answer

More SAS Interview Questions

Explain substr function?

0 Answers  


How can you create a macro variable with in data step? : sas-macro

0 Answers  


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

0 Answers  


what is the use of sas management console? : Sas-di

0 Answers  


Approximately what date is represented by SAS date value of 730

9 Answers  






Enlist the functions performed by sas.

0 Answers  


why is sas considered self-documenting? : Sas programming

0 Answers  


how do u validate the program which u have written.

1 Answers   TCS,


What are the difference between ceil and floor functions in sas?

0 Answers  


what is TAB delimiter? explain about it? what will you do to get TAB delimiter?

3 Answers   Cap Gemini,


What is the significance of the ‘OF’ in X=SUM (OF a1-a4, a6, a9);?

8 Answers  


how many types of prompts are there? : Sas-bi

0 Answers  


Categories