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
describe the interaction table in sas di? : Sas-di
What is proc sort?
How might you use MOD and INT on numeric to mimic SUBSTR on character Strings?
Are you involved in writing the inferential analysis plan? Tables specfications?
What do the SAS log messages "numeric values have been converted to character" mean?
how do you debug and test your sas programs? : Sas programming
In proc transpose and data step with arrays which one you pick?
Intern stastical programmer written test
If you could design your ideal job, what would it look like?
Explain substr function?
what does the run statement do? : Sas programming
explain the difference between proc means and proc summary?
Tell me more about the parameters in macro? : sas-macro
what has been your most common programming mistake? : Sas programming
what is broad cast agent? : Sas-bi