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
Explain bmdp procedure?
Mention few capabilities of sas framework.
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
sas implementing companies in pune implementing clinical projects if anyone knows plz send ans immediately
What is the use of stop statement?
What is slibref?
what are 5 ways to perform a table lookup in sas? : Sas-administrator
Explain how merging helps to combine data sets.
What are the new features included in the new version of SAS Programming Language?
Do we follow ADAM in analysis dataset development?How? Usually which version? Why is it necessary?
What are the difference between sas functions and procedures?
Mention how to limit decimal places for the variable using proc means?
Differentiate between ceil and floor functions.
What is the difference between using drop = data set option in data statement and set statement?
Describe 5 ways to do a “table lookup” in SAS?