How the date 04oct1994 is stored in SAS,not only give the
answer explain in brief?
Answer Posted / 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 |
Post New Answer View All Answers
explain the function of substr in sas? : Sas-administrator
How to read an input file in sas?
Can you execute macro within another macro? If so, how would sas know where the current macro ended and the new one began? : sas-macro
how would you determine the number of missing or nonmissing values in computations? : Sas programming
Hi all, If Anybody has Advance SAS Certification dumps??? Please share with me. Email: pramod.kalugade03@gmail.com
Explain the use of proc gplot? : sas-grid-administration
List down the reasons for choosing sas over other data analytics tools.
Which are the statements whose placement in the data step is critical?
Intern stastical programmer written test
hi tell be about pfizer? how to compare the work with other companies ? please tell me how to login and work also?
what are the benefits of data integration? : Sas-di
how to change the execute of macro
what has been your most common programming mistake? : Sas programming
is data integration and etl programming is same? : Sas-di
What are the default statistics that proc means produce?