Exercise¶
If you’re up for it, test your understanding of what we discussed about control flow in SAS to write a %macro
that takes a start_year
, an end_year
, and a macro name
and calls the specified macro for each year inbetween start_year
and end_year
.