BookmarkSubscribeRSS Feed
pkmkart
Calcite | Level 5

I am using proc surveymeans to calculate the statistics and the count and creating datasets with those, but i do not want the genearl output of proc survey means to be displayed, how can i prevent that.

I am using

ods output Domain = work.totsamp_1 (drop=varname varlabel domainlabel) ; to create my required dataset. i want to mask the other output from output?how could i do it?

I also tried using

ods listing close;

ods noresults;

but that doen't help?

3 REPLIES 3
pkmkart
Calcite | Level 5

Thanks for the answer, but this is masking all my other reports. I will try using ODS exclude.

data_null__
Jade | Level 19

ods select all;


How hard would it have been to RTM on ODS SELECT to see how to turn of back on.  How did you find ODS EXCLUDE ?

SAS(R) 9.3 Output Delivery System: User's Guide, Second Edition

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

What is ANOVA?

ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 3 replies
  • 1867 views
  • 6 likes
  • 2 in conversation