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 |
What is the maximum and minimum length of macro variable
What are the different versions of sas that you have used until now? : sas-grid-administration
Describe a time when you were really stuck on a problem and how you solved it?
what is the diff b/w verification validation in sas
what is conditional processing?
hi i am nipun can anybody tell me that if a clinical sas programmer write the code and after successfull execution where do they store it. how they submit tables to TL how work is assigned to programmers either both code, log, output to be submitted. can any one tell me the process
What is difference between rename and lable in sas?
Hi Jeevan/Akshara I have tried to contact SASI Vats for latest Advanced SAS Programming Certification Dumps (A00-212) but have not got any response. I would highly and gratefully appreciate your assistance in this regard. If you guys have access to this, would you be kind enough to forward it to me ? I would abide by all the terms you have for this. Please, note my email id: upretigopi@yahoo.com Preti Sharma
describe about joins? briefly?
what is in stream data in SAS?
What is the difference between verification and validation?
why a stop statement is needed for the point= option on a set statement?