⟩ How to add a number to a macro variable?
Use %eval to do simple calculation for macro variables.
e.g.,
data _null_;
%let a = 1;
%let b = %eval(&a+1);
%put a=&a b=&b;
run;
Use %eval to do simple calculation for macro variables.
e.g.,
data _null_;
%let a = 1;
%let b = %eval(&a+1);
%put a=&a b=&b;
run;
Tell me what are the key features of chameleon that separates it from other algorithms?
Tell me what are the approaches used by Optimizer during execution plan?
What is semi Additive Measures?
Tell me what is data mart?
Explain what are the steps to build the datawarehouse?
Please explain what is Datamart?
Explain me whether Dimension table can have numeric value?
Do you know what is BUS Schema?
Tell us what is the difference between View and Materialized View?
Do you know what is called data cleaning?