how to assign a macro value to a variable?
Answer Posted / ganesh k
if it is a Char then Variable="&MacroVar.";
if it is a Numaric then Variable=%eval(&MacroVar.) or %
sysevalf(&MacroVar.);
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What are the best sas programming practices for handling very large datasets? : sas-grid-administration
How do dates work in SAS data?
Are you involved in writing the inferential analysis plan? Tables specifications?
where are dashboard components are created and maintained? : Sas-bi
What are the implications?
How do you add a number to a macro variable? : sas-macro
Difference between sum function and using “+” operator?
in the flow of data step processing, what is the first action in a typical data step? : Sas programming
for report generation which one you used proc report or data_null_?
What is the difference between order and group variable in proc report?
What is the difference between class statement and by statement in proc means?
what is sas metadata server? : Sas-di
What is the difference between reading data from an external file and reading data from an existing data set?
Hi, If anyone has base SAS certification dumps, please share.
How do you specify the number of iterations and specific condition within a single do loop?