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 (May 2003, week 5)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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)


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