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 (July 2006, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Thu, 6 Jul 2006 01:20:36 +0000
Reply-To:     toby dunn <tobydunn@HOTMAIL.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         toby dunn <tobydunn@HOTMAIL.COM>
Subject:      Re: output of Proc means
Comments: To: zhanglitt@YAHOO.COM
In-Reply-To:  <20060706003456.9216.qmail@web33708.mail.mud.yahoo.com>
Content-Type: text/plain; format=flowed

Li ,

Use Proc Summary, it was designed to create ouput datasets.

Toby Dunn

From: Li Zhang <zhanglitt@YAHOO.COM> Reply-To: Li Zhang <zhanglitt@YAHOO.COM> To: SAS-L@LISTSERV.UGA.EDU Subject: output of Proc means Date: Wed, 5 Jul 2006 17:34:56 -0700

The MEANS Procedure :

proc means mean p90 p95 data=a maxdec=2; run;

will produce an output that looks like:

Variable Mean 90th Pctl 95th Pctl x1 2.05 2.75 2.99 x2 3.06 3.99 4.12 x3 -1.02 1.20 1.35

I am wondering if I can create a SAS data set that contains the same information and has the same format as this output.

Thank you

__________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com


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