Date: Thu, 10 Feb 2005 14:24:40 -0500
Reply-To: Ya Huang <ya.huang@AMYLIN.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Ya Huang <ya.huang@AMYLIN.COM>
Subject: Re: force long row to be printed into one page
If I understand correctly, you should not use width options
for a define statement, instead, you should use style=[cellwidth= ]:
define xxx / style=[cellwidth=2in];
This works for ODS/rtf,pdf,html.
On Thu, 10 Feb 2005 10:35:23 -0800, Basem <batawfic@GMAIL.COM> wrote:
>Unfortunately this did not work, it is still print this column in new
>page. any more ideas?
>
>diskin@SNET.NET (Dennis Diskin) wrote in message
news:<20050209205512.43011.qmail@web81007.mail.yahoo.com>...
>> Well, just pick a width. The flow option you already have will wrap the
lines.
>>
|