How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data?
what is PhaseIII, ODS, TLG, Macro and Proc in SAS
How do you control the number of observations and/or variables read or written? Approximately what date is represented by the SAS date value of 730?
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.
Can you execute macro within another macro? : sas-macro
Explain proc univariate?
Mention some common errors that are usually committed in sas programming.
Mention how to limit decimal places for the variable using proc means?
What is the function of output statement in a SAS Program?
What are the difference between ceil and floor functions in sas?
Tell e how how dealt with..
for report generation which one you used proc report or data_null_?
how to generate the test data in sas without input data? : Sas-administrator
Explain append procedure?
Do you need to compute new variables? If so,should you do this before you execute the report-writing procedure?