Hi Team,
I am using SAS Enterprise Guide 8.3 and will be querying data into multiple datasets. Now I want to export all the datasets into Single Excel file with multiple sheets.
Can anyone help me with this requirements ?
thanks in advance
Thalla
libname x xlsx 'c:\temp\x.xlsx'; proc copy in=work out=x; select a b c d ; run;
Thanks @Ksharp for the simple and elegant example
Check out this tutorial series to learn how to build your own steps in SAS Studio.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.