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.
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and save with the early bird rate—just $795!
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.