What is the difference between %local and %global? : sas-macro
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.
What does the trace option do?
What is connection profile? : sas-grid-administration
How do you add a prefix to some or all variables in a dataset using a SAS macro?
How do i read multiple spaces in datasets?
What is the difference between the proc sql and data step?
What is the function of Stop statement in a SAS Program?
If you were told to create many records from one record show how you would do this using arrays and with PROC TRANSPOSE?
What are the scrubbing procedures in sas?
Explain proc sort?
what is operational data and operational system? : Sas-di
What is auto call macro and how to create a auto call macro? What is the use of it? How to use it in sas with macros? : sas-macro