#20Multiple Choice
The following SAS program is submitted: %macro loop; data one; %do I=1 %to 3; var&I=&I;% end run; %mend; %loop After this program executes; the followin...
Premium Content
Create a free account to preview more questions, or enroll for full access.
Get Started Free