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

SAS Users:

after the execution the following code:

ODS tagsets.ExcelXP FILE = "<...my_path...>\abc.xml";

PROC PRINT DATA = extracted <...other stmnts...>;

  RUN; QUIT;

ODS tagsets.ExcelXP CLOSE;

The following window appears:

FileDownload.png

I wanna to Open the file always and not look at the dialog window.

Please, help me to overcome this.

Thank you in advance.

1 ACCEPTED SOLUTION

Accepted Solutions
Cynthia_sas
SAS Super FREQ

Hi:

  This is a feature of Windows. I think that you used to be able to set it as a folder option called "Confirm after download" in older versions of Windows, but you might need to make a registry setting change for newer version of Windows. The screen shot attached shows the dialog box for a Word file, but the same applies to an XML file or any file that the helper app thinks you are downloading. An example of the HKEY you're looking for is shown under the picture of the window. So, this is a Windows setting that you have to investigate how to change for your OS.

cynthia

You can try going to Tools--> Options --> Preferences --> Results and uncheck "View results as they are generated" that might turn off the popup window, but if it doesn't, then you'll have to either work with Tech Support or investigate the Windows folder options.


open_or_save.png

View solution in original post

2 REPLIES 2
Cynthia_sas
SAS Super FREQ

Hi:

  This is a feature of Windows. I think that you used to be able to set it as a folder option called "Confirm after download" in older versions of Windows, but you might need to make a registry setting change for newer version of Windows. The screen shot attached shows the dialog box for a Word file, but the same applies to an XML file or any file that the helper app thinks you are downloading. An example of the HKEY you're looking for is shown under the picture of the window. So, this is a Windows setting that you have to investigate how to change for your OS.

cynthia

You can try going to Tools--> Options --> Preferences --> Results and uncheck "View results as they are generated" that might turn off the popup window, but if it doesn't, then you'll have to either work with Tech Support or investigate the Windows folder options.


open_or_save.png

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
  • 2 replies
  • 1232 views
  • 0 likes
  • 2 in conversation