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 is program data vector (pdv)?
In proc transpose and data step with arrays which one you pick?
what is metadata? : Sas-bi
if you were told to create many records from one record, show how you would do this using array and with proc transpose? : Sas programming
why is sas data integration studio important? : Sas-di
How many ways to overcome a missing values???
what is the purpose of _error_? : Sas programming
What are the differences between proc means and proc summary?
sas implementing companies in pune implementing clinical projects if anyone knows plz send ans immediately
Explain the difference between informat and format with an example.
What is maximum storage capability of SAS?
Assuming {et} is randomly drawn from N(0,1) and e0 = 0, generate 200 observations of xt = et − 0.5e(t−1) and draw a line graph of xt.
Explain translate function?
how will you locate the sas platform applications? : Sas-bi
Have you ever used the SAS Debugger?