How can you create a macro variable with in data step? : sas-macro
No Answer is Posted For this Question
Be the First to Post Answer
Tell me more about the parameters in macro? : sas-macro
why is a stop statement needed for the point=option on a set statement? : Sas programming
how does sas handle missing values in a merge? : Sas programming
how to delete the duplicates by using proc sql?
what is the frontend and backend of sas? Is sas is a progaming langauge or tool? on which langauge sas depends?
How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?
name several ways to achieve efficiency in your program? : Sas programming
This entry was posted in General. Bookmark the permalink. Post a comment or leave
Differentiate input and infile.
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 are the limitations for memory allocation for SAS variables
Differentiate between ceil and floor functions.