Date: Fri, 30 May 2003 10:38:15 -0400
Reply-To: Steve Albert <salbert@AOL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Steve Albert <salbert@AOL.COM>
Subject: Re: Proc Report - keep obs in same group on same page?
Sterling,
If all identifiers are associated with three report lines, couldn't you
hard code things for force a page break after the appropriate number of
detail lines?
On second thought, that won't work right for pages that also have section
summaries on the report, so you'd get some defects still. Is there a way
you could check linesleft after, or even better before, starting each new
ID group, and conditionally page if you don't have enough lines to include
all three detail lines for the ID?
Steve Albert (thinking out loud rather than checking details)
|