Hello
User define 2 macro variables
%let minYYMM=2007;
%let maxYYMM=2106;
I want to create another macro variable called List that will get YYMM values between &minYYMM and &maxYYMM.
So in this case the desired value of the new macro variable is 2007+2008+2009+2010+2011+2012+2101+2102+2103+2104+2105+2106
Thanks