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.

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
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
  • 33125 views
  • 3 likes
  • 3 in conversation