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.
>
|