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 (June 2004, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Fri, 11 Jun 2004 16:47:27 -0700
Reply-To:   Microstructure <randistan69@HOTMAIL.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Microstructure <randistan69@HOTMAIL.COM>
Organization:   http://groups.google.com
Subject:   Preparing a Table
Content-Type:   text/plain; charset=ISO-8859-1

Dear All:

I am using Proc Univariate and want the results to be displayed as follows:

Year 1999 Mean Median Min Max P1 P99 N Nmiss

Var A Var B Var C . . . Year 2000 Var A Var B Var C . . . The code that I am using is Proc Univariate data = X noprint; By Year; var A B C .... ; output out = Summary_Statistics Mean = MeanA MeanB... Median = MedianA MedianB .... Min = ... and so on

The output that I obtain is in one line for each year and that is not what I want.. Please help


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