BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
elwayfan446
Barite | Level 11

Hello, 

 

When I perform a proc export to xlsx it is creating a .bak file in the same directory.  Is there a way to prevent this?

 

proc export data=mydataset
dbms=xlsx
outfile="C:\Temp\myexcelfile.xlsx" replace;
sheet="myexcelsheet";
run;
1 ACCEPTED SOLUTION
5 REPLIES 5
elwayfan446
Barite | Level 11

Thanks @art297.  I couldn't find anything here with my search of .bak.  Weird.  I guess I will try the fdelete function.  I thought there might be a parameter I was missing in the proc export function.

art297
Opal | Level 21

I rely on Google for most searches. In this case I searched for: proc export sas bak file excel


Art, CEO, AnalystFinder.com

elwayfan446
Barite | Level 11

same here.  I just missed that post somehow.  I appreciate the help.

LaurieF
Barite | Level 11

I've thrown in a macro there to clean things up, free gratis and for nothing, which may help.

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

How to Concatenate Values

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 5 replies
  • 33646 views
  • 3 likes
  • 3 in conversation