'Using a macro to union together unspecified number of tables in SAS

I have a macro in SAS EG that reads all the csv files from a folder into SAS EG. The number of files in this folder are always changing but the columns in each file remain the same. How do I write a macro that unions together the tables that are read in?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source