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***;
2025 SAS Hackathon: There is still time!
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!