Date: Sat, 23 Aug 2003 06:30:30 +0100
Reply-To: Roland <roland@RASHLEIGH-BERRY.FSNET.CO.UK>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Roland <roland@RASHLEIGH-BERRY.FSNET.CO.UK>
Organization: Universe Monitors
Subject: Re: Formattin the Report in Proc Format
Assign a numeric value to "N", "Mean" etc. so that it sorts in the correct
order and use that variable as an "order noprint" column.
"Anbu Arasu" <aarumugam@STTHOMAS.EDU> wrote in message
news:200308230128.h7N1SUc23909@listserv.cc.uga.edu...
> I am developing a report using PROC REPORT. I got a report like this.
>
>
> ABC XYZ
>
> N 102 101
> Mean 1.8594314 0.7357426
> SD 13.014598 3.6178228
> Max 128 32
> Median 0.12 0.06
> Min 0.004 0.015
>
> But I need report like this
>
>
> ABC XYZ
>
> N 102 100
> Mean 1.8594 0.7428
> SD 13.01460 3.63535
> Median 0.1200 0.0600
> Min 0.004 0.015
> Max 128.000 32.000
>
> What should I do to get the report?
> Help me please.
|