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