BookmarkSubscribeRSS Feed
SASuserlot
Barite | Level 11
I created a dataset, and ods output as rtf. File using the proc report. I am able to generate the word file with table. However my table also printing in sas output window. How I can avoid it!. I tried using" ods listing close" option b4 proc report. But now work. Can any one say what would be the reason!
4 REPLIES 4
Reeza
Super User

HTML is likely the default output these days. Try turning off the HTML destination instead. 

 


@SASuserlot wrote:
I created a dataset, and ods output as rtf. File using the proc report. I am able to generate the word file with table. However my table also printing in sas output window. How I can avoid it!. I tried using" ods listing close" option b4 proc report. But now work. Can any one say what would be the reason!

 

SASKiwi
PROC Star

You could try turning off all ODS destinations, then open the RTF one:

ODS close _all_;
ODS RTF file = .....etc.;
andreas_lds
Jade | Level 19

In SAS Enterprise Guide you can disable default output targets for each program using the properties-dialog of the program.

hackathon24-white-horiz.png

The 2025 SAS Hackathon Kicks Off on June 11!

Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.

YouTube LinkedIn

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
  • 4 replies
  • 882 views
  • 0 likes
  • 5 in conversation