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 (August 2003, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Fri, 22 Aug 2003 21:28:30 -0400
Reply-To:     Anbu Arasu <aarumugam@STTHOMAS.EDU>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Anbu Arasu <aarumugam@STTHOMAS.EDU>
Subject:      Formattin the Report in Proc Format

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.


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