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

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

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