What is the difference Using & and && in the macro variables
Answer Posted / subbu
%let a=sai;
%let b=kumar;
%let c=&a.&b;
%put &c;
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
what is star schema? : Sas-di
Give some examples where proc report’s defaults are same as proc print’s defaults?
What are pdv and it functions?
What is a put statement?
What is the difference between %put and symbolgen? : sas-macro
what is business intelligence? : Sas-bi
How are numeric and character missing values represented internally?
What is run-group processing?
What is proc sort?
what is scheduling and how will u implement it. In scheduling 5 jobs r running if there is an error occured at 3rd job and how will u check and waht necessary steps will u take not to repeat the same mistake
Describe the function and untility of the most difficult SAS macro that you have written.
How to limit decimal places for variable using proc means?
how will you locate the sas platform applications? : Sas-bi
What is the difference between where and if statement?
How you can read the variables that you need?