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

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!

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
  • 1351 views
  • 6 likes
  • 2 in conversation