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 (January 2010, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Thu, 21 Jan 2010 15:31:21 -0600
Reply-To:     mpajoh@ODOT.ORG
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Masoud Pajoh <mpajoh@ODOT.ORG>
Subject:      Re: keep text together
Comments: To: js8765 <js8765@GOOGLEMAIL.COM>
In-Reply-To:  <4B58BF5F.5090809@gmail.com>
Content-Type: text/plain; charset="US-ASCII"

Sorry for being vague. Here is a little more explanation. I writing each observation in a block form on a page. these block are varying lengths. Several complete blocks fit on a page, and I want the last block written to a page to be complete. The next block must start on the next page rather than to be split between two pages.

Thanks,

Masoud

js8765 <js8765@GOOGLEMAIL.COM> Sent by: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> 01/21/2010 03:17 PM Please respond to js8765 <js8765@GOOGLEMAIL.COM>

To SAS-L@LISTSERV.UGA.EDU cc

Subject Re: keep text together

Hi there,

Your question is quite vague, but I think the startpage option might be of help to you. You can use it control where and when Word places page breaks.

The options are: ods startpage= now | never | yes | no

where Now - Forces a page break now Never - Prevents all page breaks Yes - Puts a page break between all outputs No - Prevents page breaks except around graphics

Hope this helps,

js

Masoud Pajoh wrote: > For ODS RTF using data step object, what is the code to keep a block of > text together on the page? > Also can the same be done for PDF? > > Thanks, > > Masoud > >


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