Approximately what date is represented by SAS date value of
730
Answer Posted / pnprasad
In SAS Dates stored in numeric format, it starts from 1st
Jan 1960, so 730 means Jan 1962.
| Is This Answer Correct ? | 2 Yes | 7 No |
Post New Answer View All Answers
Mention sas system options to debug sas macros.
What is the difference between reading data from an external file and reading data from an existing data set?
Explain the use of proc print and proc contents?
What are the differences between sum function and using “+” operator?
What are the table names in oracle database...?
for report generation which one you used proc report or data_null_?
How will you react when, while consulting a SAS documentation manual to get an answer to a problem, someone says hey, I thought you were supposed to know all that stuff already, and not have to look it up in a book?
What is the use of function Proc summary?
explain the difference between alternate key, business key, foreign key, generated key, primary key, retained key and surrogate key ? : Sas-di
How you can read the variables that you need?
what is ae onset date n what is RDS
How to convert a numeric variable to a character variable?
explain the use of % includes a statement in sas? : Sas-administrator
How would you determine the number of missing or nonmissing values in computations?
how do the in= variables improve the capability of a merge? : Sas programming