I execute the script and export the excel file to my local folder. if i want to run the script again. i have to delete the excel and rerun since the excel filename already exist.IS there a way that i can execute without delete my excel file.
How do you export the Excel file? If you are using PROC EXPORT, remember to use the
DBMS=EXCEL REPLACE;
Statement.
How do you export the Excel file? If you are using PROC EXPORT, remember to use the
DBMS=EXCEL REPLACE;
Statement.
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.