In which format does Date stores in sas..?
What is the use of DATE in SAS.?
Answer Posted / satyanand
SAS represents a date internally as the number of days
between January 1, 1960 and the specified date. Dates
before 1960 are represented with negative numbers. A
SAS date value is a numeric variable
| Is This Answer Correct ? | 22 Yes | 1 No |
Post New Answer View All Answers
What do the SAS log messages "numeric values have been converted to character" mean?
what is metadata? : Sas-bi
what are several options for creating reports in web report studio? : Sas-bi
how to create the AE dataset by using SDTMIG specifications and SAP plan by using UNIX platform?
Explain substr function?
What is the difference between proportion and average?
name several ways to achieve efficiency in your program? : Sas programming
how would you create multiple observations from a single observation? : Sas programming
what is proc Index? and what is proc document?
what is null hypothesis? why do you consider that?
How will you use the WHO Drug Dictionary for Reporting Clinical Trials?
What is the use of PROC gplot?
I have a SCD Type 2 Dimention for Location In which A Sales Office in Having two Surrogate Keys just because of the change in it's Sales Group. SKey SalesGroup Sales Office BeginDate EndDate 280 SG1 SO1 01APR2000 01APR2010 281 SG2 SO1 02APR2010 31MAR2999 Now while loading the Fact, the Lookup ir returning SKey 280 for records before and after 01APR2010. I am not able to give WHERE condition in the Lookup Properties (TranDate between BeginDate and EndDate). Please help.
Mention common programming errors committed in sas ?
How do you specify the number of iterations and specific condition within a single do loop?