What is the difference Using & and && in the macro variables
Answer Posted / alla
when concatinating two macro variable
%let a=sai;
%let b=kumar;
%let &a &b;it resolves as sai kumar
if u want to remove the space b/t then use
%let &&a&b; it resolves as saikumar
when you use %let &a&b;resolves as &akumar
| Is This Answer Correct ? | 2 Yes | 6 No |
Post New Answer View All Answers
What are the parameters of scan function?
What is Linear Regression?
How would you include common or reuse to be processed along with your statements?
How to sort in descending order?
What do the sas log messages “numeric values have been converted to character” mean? What are the implications?
How we can create SAS USER DEFINED CODE?
how can you import .csv file in to sas? : Sas programming
What does P-value signify about the statistical data?
what is function of retain statment
What are the data types does SAS contain?
What is the difference between where and if statement?
What are the functions used for character handling?
For a user to have access to a standard workspace server, is internal authentication alone is sufficient? : sas-grid-administration
Difference between informat and format?
What is data _null_?