LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous (more recent) messageNext (less recent) messagePrevious (more recent) in topicNext (less recent) in topicPrevious (more recent) by same authorNext (less recent) by same authorPrevious page (October 2004, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Thu, 14 Oct 2004 22:33:24 +0100
Reply-To:   John Kirkpatrick <news@NOSPAM.ISC-LTD.CO.UK>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   John Kirkpatrick <news@NOSPAM.ISC-LTD.CO.UK>
Subject:   Re: ODS PDF and REPORT

WIDTH= works only for the listing destination. To control column widths in the other destinations, use the CELLWIDTH style attribute, for example

DEFINE Sex/DISPLAY STYLE=[CELLWIDTH=3cm];

Regards,

John

"Kevin Roland Viel" <kviel@EMORY.EDU> wrote in message news:Pine.GSO.4.58.0410141449550.27404@leukothea... > My thanks to Richard for solving my first ODS problem. > > Now for the second. ODS PDF seems to use it own column width, ignoring > WIDTH= in the DEFINE statement. How can I impose my own width? Secondly, > using the BY statement places a title with the BY variable and its value. > How can I stop this? > > Thanks, > > Kevin > > > Kevin Viel > Department of Epidemiology > Rollins School of Public Health > Emory University > Atlanta, GA 30322


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