BookmarkSubscribeRSS Feed
Noob81
Calcite | Level 5
Hi all ,

Im a new sas user . Using sas eg 7.15 currently . In need for some kind soul to assist.
I have multiple datasets in various process flow . How do i go about exporting these datasets into a single excel file on multiple worksheets.
2 REPLIES 2
Kurt_Bremser
Super User

I would

  • use LIBNAME XLSX to create the Excel file on the SAS server
  • use PROC COPY or other steps to populate the Excel file with sheets
  • clear the LIBNAME
  • download the file with the Copy Files task of Enterprise Guide.

Similarly, you can use ODS EXCEL to create the Excel file and use output procedures to populate it. Then again, use Copy Files to download the file.

Creating Custom Steps in SAS Studio

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 2 replies
  • 867 views
  • 1 like
  • 2 in conversation