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 2007, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Fri, 20 Jul 2007 01:32:55 -0700
Reply-To:     Kevin Qin <sas.runner@GMAIL.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Kevin Qin <sas.runner@GMAIL.COM>
Organization: http://groups.google.com
Subject:      Re: What is the difference between RBREAK or COMPUTE AFTER in
              PROC REPORT?
Comments: To: sas-l@uga.edu
Content-Type: text/plain; charset="gb2312"

Hi All, Sorry for your inconvenience. I have found the answer from Online Doc.

SAS Online Doc: Default summaries are produced with the BREAK statement, the RBREAK statement, or the BREAK window. You can use default summaries to visually separate parts of the report, to summarize information for numeric variables, or both. Options provide some control over the appearance of the break lines, but if you choose to summarize numeric variables, then you have no control over the content and the placement of the summary information. (A break line that summarizes information is a summary line.)

Customized summaries are produced in a compute block. You can control both the appearance and content of a customized summary, but you must write the code to do so.


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