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.

SAS Innovate 2025: Save the Date

 SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!

Save the date!

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
  • 599 views
  • 0 likes
  • 5 in conversation