Describe 5 ways to do a “table lookup” in SAS?
What is the maximum length of the macro variable? : sas-macro
what is data governance? : Sas-di
What are the differences between proc means and proc summary?
Name few SAS functions?
Tell me more about the parameters in macro? : sas-macro
what does the run statement do? : Sas programming
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.
do you prefer proc report or proc tabulate? Why? : Sas programming
Explain how merging helps to combine data sets.
what is null hypothesis? why do you consider that?
What is by-group processing?
what is sas database server? : Sas-di
Mention what is PROC in SAS?
what is the effect of the options statement errors=1? : Sas programming