LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous (more recent) messageNext (less recent) messagePrevious (more recent) in topicNext (less recent) in topicPrevious (more recent) by same authorNext (less recent) by same authorPrevious page (February 2012, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Wed, 1 Feb 2012 14:10:27 -0500
Reply-To:     vivian v <v.vivian3@GMAIL.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         vivian v <v.vivian3@GMAIL.COM>
Subject:      How to suppress the output in the proc univariate
Content-Type: text/plain; charset=ISO-8859-1

Hi, I want to suppress the output in proc univariate because it is too much. Here is my code: proc univariate data=all2; var _numeric_; ods output TestsForLocation=all3; run;

If I used "noprint" in the proc univariate statement, the ODS output does not work. How can I suppress the output in this proc? Thanks!


Back to: Top of message | Previous page | Main SAS-L page