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: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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