I'm looking for help on the following:
Within my SAS code, I want to copy an existing Excel file from one directory to another.
The background is, the existing file is an empty template which should then be populated by data from the SAS code in that new directory.
Would a binary copy do what you need?
X copy "oldpath/old template" "new path/new template" ;
but probably not in SAS Enterprise Guide.
SAS code could do this but the X copy seems much simpler and is probably faster.
That's exactly what I need, thanks a lot, it's appreciated.
The 2025 SAS Hackathon Kicks Off on June 11!
Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.