SAS macro variables enable you to substitute text in your SAS programs(替代作用,和c++的 #define 差不多) When you reference a macro variable in a SAS program, SAS replaces the reference with the text value that has been assigned to that macro variable. By subs