Created
August 4, 2016 15:58
-
-
Save ymattu/c710472fa3b1c81721f33e84d603eaa2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| %macro aloop; | |
| %do i = 65 %to 90; | |
| data mydata%sysfunc( byte(&i) ) ; | |
| A=1; | |
| run; | |
| %end; | |
| %mend; | |
| %aloop; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment