LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (September 2005, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Thu, 8 Sep 2005 12:55:19 -0400
Reply-To:   Talbot Michael Katz <topkatz@MSN.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Talbot Michael Katz <topkatz@MSN.COM>
Subject:   Re: PROC Means & Summary
Comments:   To: Carol Srna <csrna@FORD.COM>

Hi, Carol.

Yes, PROC MEANS and PROC SUMMARY have basically the same functionality but differ in their default behavior.

From the SAS 8 online documentation (http://v8doc.sas.com/sashtml/):

"The SUMMARY procedure is very similar to the MEANS procedure. Except for the differences discussed in the following section, all the information in The MEANS Procedure also applies to PROC SUMMARY.

"PROC SUMMARY Statement

--------------------------------------------------------------------------- -----

"PRINT | NOPRINT specifies whether PROC SUMMARY displays the descriptive statistics. By default, PROC SUMMARY produces no display output, but PROC MEANS does produce display output. Default: NOPRINT

"VAR Statement

--------------------------------------------------------------------------- ----- "Identifies the analysis variables and their order in the results. Default: If you omit the VAR statement, PROC SUMMARY produces a simple count of observations, whereas PROC MEANS tries to analyze all the numeric variables that are not listed in the other statements."

-- TMK -- "The Macro Klutz"

On Thu, 8 Sep 2005 12:41:57 -0400, Srna, Carol (C.) <csrna@FORD.COM> wrote:

>I am finding more information on Proc MEANS than Summary. > > >Are Proc Means & Summary the same, except for having different defaults? >Thanks In Advance


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