How would you include common or reuse code to be processed
along with your statements?
Answer Posted / rishie
by calling a macro into your program
data x;
set x;
%Z;
run;
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What are the prime responsibilities of data integration administrator? : Sas-di
sas implementing companies in pune implementing clinical projects if anyone knows plz send ans immediately
How are numeric and character missing values represented internally?
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 the role of unrestrictive users? : sas-grid-administration
Mention what is SAS data set?
what is the difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming
explain what is factor analysis? : Sas-administrator
in the flow of data step processing, what is the first action in a typical data step? : Sas programming
why is sas considered self-documenting? : Sas programming
how to change the execute of macro
How necessary is it to be creative in your work?
What is the use of divide function?
How to limit decimal places for variable using proc means?