Approximately what date is represented by SAS date value of
730

Answer Posted / mu mu

12/31/1961
data a;x=730;;proc print data=a; format x mmddyy10.;run;

Is This Answer Correct ?    29 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What can be the size of largest dataset in SAS?

719


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

700


Describe the ways in which you can create macro variables? : sas-macro

578


What’s the difference between var b1 – b3 and var b1 — b3?

834


Approximately what date is represented by the SAS date value of 730?

750






what is the basic structure sas administrator? : Sas-administrator

565


describe the interaction table in sas di? : Sas-di

595


What are the features of SAS?

582


what can you learn from the sas log when debugging? : Sas programming

612


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.

1700


How can I remove header from output data set?

2066


What do you code to create a macro? : sas-macro

582


What is the role of unrestrictive users? : sas-grid-administration

573


How to test the debugging in sas?

610


What is the use of divide function?

607