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
Diamond | Level 26

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

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

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