BookmarkSubscribeRSS Feed
Nalla
Calcite | Level 5

Hi Team,

I am trying to export a proc report results to Ms Word 2010 and every time I run, it prompts a window asking permission to open,save or close the file, something like "Do you want to open  save or cancel this file? Is there a way to disable the prompt?

for

Below is my code

ods tagsets.rtf  file= "E:\report.rtf";

Proc report data=Final;

... ;

...;

run;

ods _ALL_ close;

Image File attached for Reference

Thanks,

Nalla


demog.PNG
3 REPLIES 3
Cynthia_sas
SAS Super FREQ

Hi:

  I'm not in a position to check now, but I believe there is a Tech Support note about how to bypass the "open/save" popup that you get. Search support.sas.com or search the forum. I believe the question has come up in the past.

cynthia

SAS Innovate 2025: Save the Date

 SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!

Save the date!

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 3 replies
  • 1958 views
  • 0 likes
  • 3 in conversation