You can have many sets appended this way. You can also use lists such as:
data want
set table: ;
run;
The : says "Use all datasets in the library that start with Table". The order might not be what you want as TableAmuchlongername would come before TableB.
You can have many sets appended this way. You can also use lists such as:
data want
set table: ;
run;
The : says "Use all datasets in the library that start with Table". The order might not be what you want as TableAmuchlongername would come before TableB.
The 2025 SAS Hackathon has begun!
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.