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
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
There are a lot of oldies on noresults, one recent: SAS(R) 9.4 Output Delivery System: User's Guide, Third Edition
Hi:
I think this is the note I was thinking of 10119 - File Download pop-up window appears when creating RTF or XLS file withODS
cynthia
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
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.
Ready to level-up your skills? Choose your own adventure.