Can we create a macro variable with a special character in the macro variable name and resolve it.
Example :
Proc sql;
select count(*) into : t1a+t2a from sashelp.class;
quit;
%put &t1a+t2a;
Well, Maxim 1 is always your best bet, but Maxim 4 can also show the way.
Or, look it up in the Macro Language documentation, such as this document specifically #2 and #3 on page 26 and most relevant, #5 on page 27:
http://support.sas.com/documentation/cdl/en/mcrolref/69726/PDF/default/mcrolref.pdf
cynthia
Well, Maxim 1 is always your best bet, but Maxim 4 can also show the way.
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.