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