Hi, I wish to identify and store the name of a macro variable in another macro variable. I have been able to identify the name of the macro variable by using the %put "&=" command, but haven't been able to assign it to either a variable (data step) or another macro variable. %let car = ford;
put &=car; But how do I save the name from the log output to something tangible? BR, Nis
... View more