I have a series of macro variables named &x_(year) that I need to perform some year-specific calculations. Is there a way to combine the do loop variable with the &x_ stem to make sure everything matches up properly, or do I need to separate everything out into different steps?
Not sure what your question is but does using && help?
%macro test;
%do year=2010 %to 2011 ;
%put year=&year x_&year=&&x_&year;
%end;
%mend test ;
%let x_2010=Value for 2010;
%let x_2011=Value for 2011;
%test;
year=2010 x_2010=Value for 2010
year=2011 x_2011=Value for 2011
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Registration is open
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 lock in 2025 pricing—just $495!