I have a program with a macro that allows me to run the whole program for one chosen variable within the data set (i.e., %let choice=var1). Then I run the program where var1=1 (i.e., &choice=1). This allows me to create crude and age-adjusted rates, titles, and output by my age grouping for var1. I now want to run this whole program multiple times, once each for var1=1, var2=1, var3=1, .... for 17 vars. Haven't figured it out yet and would love some help.
... View more