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 2011, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Mon, 15 Aug 2011 10:16:15 -0500
Reply-To:     Ron Manley <ron2sas@GMAIL.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Ron Manley <ron2sas@GMAIL.COM>
Subject:      Re: how to insert blank break line after each grouping value?
In-Reply-To:  <1b29891.43f3.131cc71b46c.Coremail.sas_l_user@126.com>
Content-Type: text/plain; charset=ISO-8859-1

Use: compute after height;

2011/8/15 sas_l_user <sas_l_user@126.com>

> Dear All, > > I want to generate a report with ods rtf and would like to insert some > emptly lines after certain group variable. > I can use: break after groupvar /skip with listing output. But it does > not work with ods rtf. Could someone help me with this? I searched SAS-L, > and found the post below. > > OSD/rtf/proc report, break after / skip dose not work anymore. > > Are there any other ways to handle this? > > Thanks, > > Greg. >


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