Data A;
Do n = "ASFE", "ISFE", "SFXE";
Output;
End;
Run;
Proc SQL NoPrint;
Select n Into :n Separated By "," From A;
Quit;
%Put **&n.***;
* **ASFE,ISFE,SFXE***;
Data A;
Do n = "ASFE", "ISFE", "SFXE";
Output;
End;
Run;
Proc SQL NoPrint;
Select n Into :n Separated By "," From A;
Quit;
%Put **&n.***;
* **ASFE,ISFE,SFXE***;
Catch up on SAS Innovate 2026
Nearly 200 sessions are now available on demand with the SAS Innovate Digital Pass.