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
Difference between SAS STATA & SPSS?
What is the basic syntax style in SAS?
how could you generate test data with no input data? : Sas programming
What system options would you use to help debug a macro? : sas-macro
Why and when do you use proc sql?
hi here is a problem can anybody solve this? i want to report the data through third party file. by using data _null_ or proc report or macro automation process. but i want to insert the 'titles and footnotes' in between the data and also starting of 2nd and ending of 2nd and starting of 3rd and ending of the 3rd page. tell me how and write the code?
How do you specify the number of iterations and specific condition within a single do loop?
describe about physical data integration? : Sas-di
Describe the function and utility of the most difficult SAS macro that you have written?
Do you need to rearrange the order of the data for the report?
What are the five ways to do a table lookup in sas? : sas-grid-administration
How might you use MOD and INT on numeric to mimic SUBSTR on character Strings?
Mention the validation tools used in SAS?
What is the difference between using drop = data set option in data statement and set statement?
explain what is data set in sas? : Sas-administrator