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 (February 2005, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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
Comments: To: batawfic@GMAIL.COM

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


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