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

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

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