Skip to content

Instantly share code, notes, and snippets.

@ymattu
Created August 4, 2016 15:58
Show Gist options
  • Select an option

  • Save ymattu/c710472fa3b1c81721f33e84d603eaa2 to your computer and use it in GitHub Desktop.

Select an option

Save ymattu/c710472fa3b1c81721f33e84d603eaa2 to your computer and use it in GitHub Desktop.
%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