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-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

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
  • 32264 views
  • 3 likes
  • 3 in conversation