SAS Instructor David Ghan shows you how to keep historical versions of your exported results using SAS Enterprise Guide.
This material is covered in the SAS Training course "SAS Enterprise Guide 1: Querying and Reporting". To learn more about this course, visit https://support.sas.com/edu/schedules.html?ctry=us&id=1289
@chitturics This could be achieved by adding another “export as a step in the project” and in that additional export, keep the default choice to “overwrite existing file”. This added export process would not add the date time stamp.
As for exporting to Excel, this can be accomplished programmatically if SAS Access to PC Files is licensed by using libname methods or Proc Export.
SASsoftware 6 months ago
I would expect the latest file with no appended time stamp and old files appended with time stamp so the person who is looking the file with no timestamp is current all the time!! Exporting to Excel, why cant we export three different tables into same Excel file with 3 workbooks in different names?
chitturics 6 months ago