You can use a macro to append multiple datasets together using PROC APPEND. But SET statement will do the trick without the macro as well. It'll take a little bit of time to code the macro but overall efficiency of the MACRO will be better compared to SET statement with multiple datasets. (PS: I know this post is way too old)
... View more