<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: ODS PDF report stops wrapping vendor name in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-report-stops-wrapping-vendor-name/m-p/130551#M10771</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cynthia,&lt;/P&gt;&lt;P&gt;My report is portrait&lt;/P&gt;&lt;P&gt;Because&amp;nbsp; you help me...you put in a lot of style into my report(guess I am lost in all style)....but I tried changing the font sizes ...for some reason it did affect the report.....&lt;/P&gt;&lt;P&gt; You ask, "I don't understand exactly what you mean by "stops wrapping vendor name"...I wish I could show the report but can not because of the data....yeah the strange thing was the vendor would wrap where all columns&lt;/P&gt;&lt;P&gt;were displaying on same page....but when it went to a second page the vendor name would display on one line..................&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what I decided the problem was my item description was 40&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this line almost to the bottom:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;line 'Proposal:' iplineno $20. ' Item: ' item $13. ' ' idescr $40. ' Units: ' iunits $4. ' Median Price: ' mediancost dollar15.2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so as a fix now,...... I change....... idescr $40 from 40 to 25 ....and that allow everything to print on one page if there is a way for&amp;nbsp; me to&lt;/P&gt;&lt;P&gt;leave idescr at $40 by changing something I am showing below let&amp;nbsp; me know and I will give it a try.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for all your help....and I&amp;nbsp; thank you again for when you helped me long ago on this report!&lt;/P&gt;&lt;P&gt;Your one of the best!&amp;nbsp; &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: Courier New;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;** make a style template to do the cyan title;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** need black box around title ONLY;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** need to set frame=void for table;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** want frame=box for systitleandfooter container;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** this is a copy of styles.printer, but with;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** changes for cyan title and trying for black box;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** around title. Also made some font changes;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc template; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;define style Styles.specstyl; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parent = styles.default; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;replace fonts / &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'TitleFont2' = ("Times Roman",11pt,Bold Italic) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'TitleFont' = ("Times Roman",11pt,Bold Italic) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'StrongFont' = ("Times Roman",10pt,Bold) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'EmphasisFont' = ("Times Roman",10pt,Italic) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'FixedEmphasisFont' = ("Courier",9pt,Italic) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'FixedStrongFont' = ("Courier",9pt,Bold) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'FixedHeadingFont' = ("Courier",9pt,Bold) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'BatchFixedFont' = ("SAS Monospace, Courier",6.7pt) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'FixedFont' = ("Courier",9pt) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'headingEmphasisFont' = ("Times Roman",11pt,Bold Italic) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'headingFont' = ("Times Roman",11pt,Bold) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'docFont' = ("Times Roman",9pt); &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;replace GraphFonts / &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'GraphDataFont' = ("Times Roman",8pt) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'GraphValueFont' = ("Times Roman",10pt) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'GraphLabelFont' = ("Times Roman",12pt,Bold) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'GraphFootnoteFont' = ("Times Roman",12pt,Bold) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'GraphTitleFont' = ("Times Roman",14pt,Bold); &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;replace Table from Output / &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rules = NONE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;frame = VOID &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cellpadding = 3 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cellspacing = 0; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;replace color_list &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Colors used in the default style" / &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'link' = blue &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'bgH' = grayBB &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'fg' = black &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'bg' = _undef_; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;replace Body from Document &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"margins will come from printer or SYS option" /&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bottommargin = _undef_ &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;topmargin = _undef_ &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rightmargin = _undef_ &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;leftmargin = _undef_ &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pagebreakhtml = html('PageBreakLine'); &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;replace colors &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Abstract colors used in the default style" / &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'headerfgemph' = color_list('fg') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'headerbgemph' = color_list('bgH') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'headerfgstrong' = color_list('fg') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'headerbgstrong' = color_list('bgH') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'headerfg' = color_list('fg') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'headerbg' = color_list('bgH') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'datafgemph' = color_list('fg') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'databgemph' = color_list('bg') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'datafgstrong' = color_list('fg') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'databgstrong' = color_list('bg') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'datafg' = color_list('fg') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'databg' = color_list('bg') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'batchbg' = color_list('bg') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'batchfg' = color_list('fg') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'tableborder' = color_list('fg') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'tablebg' = color_list('bg') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'notefg' = color_list('fg') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'notebg' = color_list('bg') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'bylinefg' = color_list('fg') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'bylinebg' = color_list('bg') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'captionfg' = color_list('fg') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'captionbg' = color_list('bg') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'proctitlefg' = color_list('fg') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'proctitlebg' = color_list('bg') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'titlefg' = color_list('fg') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'titlebg' = color_list('bg') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'systitlefg' = color_list('fg') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'systitlebg' = color_list('bg') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'Conentryfg' = color_list('fg') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'Confolderfg' = color_list('fg') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'Contitlefg' = color_list('fg') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'link2' = color_list('link') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'link1' = color_list('link') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'contentfg' = color_list('fg') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'contentbg' = color_list('bg') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'docfg' = color_list('fg') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'docbg' = color_list('bg'); &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;replace GraphColors / &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gcerror' = cx000000 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gerror' = cxA0A0A0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gcpredictlim' = cx000000 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gpredictlim' = cxC8C8C8 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gcpredict' = cx000000 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gpredict' = cx000000 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gcconfidence' = cx000000 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gconfidence' = cxC8C8C8 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gcfit' = cx000000 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gfit' = cx000000 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gcoutlier' = cx000000 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'goutlier' = cxA0A0A0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gcdata' = cx000000 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gdata' = cxA0A0A0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'ginsetheader' = colors('docbg') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'ginset' = cxFFFFFF &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'greferencelines' = cxCDCDCD &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gheader' = colors('docbg') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gconramp3cend' = cx5F5F5F &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gconramp3cneutral' = cxA7A7A7 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gconramp3cstart' = cxF0F0F0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gramp3cend' = cx5F5F5F &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gramp3cneutral' = cxA7A7A7 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gramp3cstart' = cxF0F0F0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gconramp2cend' = cx5F5F5F &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gconramp2cstart' = cxF0F0F0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gramp2cend' = cx5F5F5F &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gramp2cstart' = cxF0F0F0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gtext' = cx000000 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'glabel' = cx000000 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gborderlines' = cx000000 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'goutlines' = cx000000 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'ggrid' = cxECECEC &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gaxis' = cx000000 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gshadow' = cx000000 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'glegend' = cxFFFFFF &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gfloor' = cxCCCCCC &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gwalls' = cxFFFFFF &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gcdata12' = cx000000 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gcdata11' = cx000000 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gcdata10' = cx000000 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gcdata9' = cx000000 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gcdata8' = cx000000 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gcdata7' = cx000000 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gcdata6' = cx000000 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gcdata5' = cx000000 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gcdata4' = cx000000 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gcdata3' = cx000000 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gcdata2' = cx000000 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gcdata1' = cx000000 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gdata12' = CX2F2F2F &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gdata11' = CX6F6F6F &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gdata10' = CXCFCFCF &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gdata9' = CX8F8F8F &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gdata8' = CX4F4F4F &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gdata7' = CXAFAFAF &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gdata6' = CX0F0F0F &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gdata5' = CX7F7F7F &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gdata4' = CX3F3F3F &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gdata3' = CX9F9F9F &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gdata2' = CX5F5F5F &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gdata1' = CXBFBFBF; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;replace Container &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Abstract." / &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;font = Fonts('DocFont') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;foreground = colors('docfg') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;background = colors('docbg'); &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;style ContentTitle from IndexTitle &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Controls the title of the Contents file." / &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fillrulewidth = 0.5pt &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rightmargin = 1em &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;leftmargin = 1em &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;outputwidth = 100% &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bottommargin = 4ex &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;topmargin = 3ex &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;font = fonts('TitleFont') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pretext = text('content title') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just = C; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;replace PrintedContentsLabel &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Sort of a post-posttext for the CONTENTS" / &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;posttext = " (*ESC*){leaders . }(*ESC*){tocentrypage}" &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pretext = "(*ESC*){tocentryindent 2em}"; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;replace ContentItem from IndexItem &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Controls the leafnode item in the Contents file." / &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rightmargin = 15% &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;leftmargin = 15% &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just = L; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;replace ContentFolder from IndexItem &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Controls the generic folder definition in the Contents file." / &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rightmargin = 15% &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;leftmargin = 15% &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just = L &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;listentryanchor = off &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;foreground = colors('confolderfg'); &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;replace ContentProcName from IndexProcName &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Controls the proc name in the Contents file." / &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rightmargin = 15% &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;leftmargin = 15% &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just = L; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;replace ContentProcLabel from ContentProcName &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Controls the proc label in the Contents file." / &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;posttext = _undef_ &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pretext = _undef_; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;replace Date from Container &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Abstract. Controls how date fields look." / &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;outputwidth = _undef_ &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;background = colors('contentbg') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;foreground = colors('contentfg'); &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;replace SysTitleAndFooterContainer from Container&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Changed container" / &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;background = #66ffcc &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;foreground = black&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rules = NONE &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;frame = Box &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;outputwidth = 100% &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cellpadding = 3 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cellspacing = 0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;borderwidth = 3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bordercolor=black;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;replace TitleAndNoteContainer from Container &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Changed container" / &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;background = #66ffcc &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;foreground = black&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rules = NONE &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;frame = Box &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;outputwidth = 100% &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cellpadding = 3 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cellspacing = 0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;borderwidth = 3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bordercolor=black; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;replace TitlesAndFooters from Container &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Changed container" / &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;background = #66ffcc &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;foreground = black&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rules=NONE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;frame=box&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;outputwidth=100%&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cellpadding=3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cellspacing=0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;borderwidth=3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bordercolor=black; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;replace SystemTitle from TitlesAndFooters &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Controls system title text." / &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;font = Fonts('TitleFont')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;background=#66ffcc; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;replace SystemFooter from TitlesAndFooters &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Controls system footer text." / &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;font = Fonts('TitleFont')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;background=#66ffcc; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;end; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** start ods pdf and close listing;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;　&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** use style template from above;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods listing close;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** Name the pdf and the location of the file;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods pdf file ="&amp;amp;jobdir.bidreportJ.pdf";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** will need ods escapechar for the title;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods escapechar='~';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** use proc report style= overrides to make report changes;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** rules= none turns off interior table lines;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** frame= void turns off box around table;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** cellspacing= 0 turns off the space between each cell;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** cellpadding=3 minimizes the white space -inside- each cell;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** background= changes background color of cell;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** default for header cell is gray;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** foreground= changes foreground color of cell;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** just= l changes justification in a table cell;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** note, cannot do underline in PDF for under column;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** headers without making something like a row of dashes;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** which does not look very good ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** ~{thispage} is the PDF way to get page numbers onto;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** the report and ~n is the way to get a forced line break;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** after the word "Indiana" and ~_ is a non-breaking space;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;　&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;options linesize=256;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc report data=fixest nowd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;style(report)={rules=none frame=void &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cellspacing=0 cellpadding=3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just=l}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;style(header)={background=white just=c};&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;title1 j=l 'Letting Date: #byval(cndtlet)' &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;j=r 'Page: ~{thispage}';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;title2 j=l " " &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;j=c 'Greg~nplace~_of~_work';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;title3 j=l ' ' &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;j=c 'Unbalanced~_Bid~_Report';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;title4 j=l ' '&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;j=c "%sysfunc(today() ,worddate18.)";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;title5 j=l 'Lowest Bidder: #byval(lvenname) '&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;j=r 'Contract Number: #byval(contid)';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;title6 j=l 'Lowest Bid Amount: #byval(newlowest)'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;j=r 'Greg&amp;nbsp; Amount: #byval(newest)';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;by descending cndtlet contid newest newlowest lvenname;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;format cndtlet worddate18.;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;column cndtlet iplineno item idescr iunits mediancost &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vnames btoqty btuprice btextamt Balflag; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;define cndtlet / group descending noprint;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;define iplineno / group noprint; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;define item / group noprint;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;define idescr / group noprint;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;define iunits / group noprint;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;define mediancost / group noprint;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;define vnames / display 'Vendors' left;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;define btoqty / display 'Quantity' center;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;define btuprice / display 'UBP' center f=dollar14.2 width =16;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;define btextamt / display 'Amount' center width =12;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;define Balflag / display 'Flag' center width =4;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;compute Balflag / character length=1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if balflag = 'U' then do;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call define(_ROW_,'STYLE','style={background=yellow}');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;end;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if balflag = 'A' then do;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call define(_ROW_,'STYLE','style={background=orange}');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;end;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if balflag = 'F' then do;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call define(_ROW_,'STYLE','style={background=red}');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;end;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endcomp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;break after cndtlet / ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;compute after cndtlet;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;line @ 1 "Note: UBP is the Vendor's unit bid price. Median Price is the median of the UBP of each proposal line. If Flagged as 'U' and";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;line "yellow, this is a bid of less than %60 of the median price. If Flagged as 'A' and orange, this is a bid of greater than %60 of";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;line "the median price. And if Flagged as 'F' and red, this is a bid greater than %60 of the median price and is a front loaded item.";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endcomp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** next compute block does the gray bar;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** underneath the header and at the start of every ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** iplineno. If some of this info is going to come;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** from macro vars will need double quotes and if;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** some of this info is coming from data, will need;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** to change column statement to include those vars;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;compute before mediancost /&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;style={background=#cccccc just=l};&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;line 'Proposal:' iplineno $20. ' Item: ' item $13. ' ' idescr $40. ' Units: ' iunits $4. ' Median Price: ' mediancost dollar15.2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endcomp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** this compute block skips a line after every iplineno;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;compute after mediancost;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;line ' ';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endcomp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods listing close;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Nov 2012 17:14:47 GMT</pubDate>
    <dc:creator>GregINGov</dc:creator>
    <dc:date>2012-11-20T17:14:47Z</dc:date>
    <item>
      <title>ODS PDF report stops wrapping vendor name</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-report-stops-wrapping-vendor-name/m-p/130549#M10769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi all, I have an ODS PDF report, and it stops wrapping my vendor name, in the middle of the report and when that happens it causes the report to move two columns to a next page.&lt;/P&gt;&lt;P&gt;(Cynthia you helped me design this report a few years ago because I needed help getting the data to go both vertical and horizontal)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can I force this line to word wrap at so many letters?&amp;nbsp; if so how or do you need to see another part of my code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: Courier New;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;define vnames / display 'Vendors' left;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;Greg&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Nov 2012 13:39:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-report-stops-wrapping-vendor-name/m-p/130549#M10769</guid>
      <dc:creator>GregINGov</dc:creator>
      <dc:date>2012-11-20T13:39:43Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PDF report stops wrapping vendor name</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-report-stops-wrapping-vendor-name/m-p/130550#M10770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp; I searched for your previous post and didn't find it. More than a single DEFINE statement is needed, to figure things out, however. It doesn't look like you used cellwidth in this DEFINE statement -- one way to control a report that is pushing a few columns to another page is to set OUTPUTWIDTH=100% or WIDTH=100% to see if that shrinks the columns as needed. Another thing to do is to adjust the fonts used for the report, so they are slightly smaller and/or change the margins. Or, you can try to explicitly control the cellwidth of all the columns. I don't see any of that in your DEFINE statement. You don't say whether your output is portrait or landscape, I'd guess landscape, if it's very wide.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; In order to debug this, it's going to be necessary for you to know what system options are in effect, since ODS PDF can be impacted by the system margin settings and orientation setting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Some changes you could try are:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;options orientation=landscape leftmargin=.25in rightmargin=.25in&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; topmargin=.25in bottommargin=.25in;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;ods pdf file='c:\temp\wide.pdf';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;proc report data=xxx.yyy nowd&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; style(report)={font_size=9pt outputwidth=100%}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; style(column)={font_size=9pt}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; style(header)={font_size=10pt fontweight=bold};&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;... rest of code ...&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;ods pdf close;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But without seeing more of your code and seeing a sample of your data, it's hard to make a more concrete suggestion. For a very wide report, if I helped you with the code, it's odd that I didn't recommend any style= options. Although, it's possible that in an earlier version of SAS, everything fit with just a simple change to landscape or a margin change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't understand exactly what you mean by "stops wrapping vendor name" -- usually, you can force wrapping to happen in a cell when you make the cellwidth smaller than the string needs to fit on one line. I don't see any cellwidth adjustment in your DEFINE statement, so any wrapping that you got in the past was probably coincidental.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can code an explicit "line feed" character to force a break in a string. Consider the program below and notice how the break happens in CHARVAR3 and CHARVAR4, using ODS ESCAPECHAR. Note how CHARVAR1 wraps differently with an explicit cellwidth versus using outputwidth (in report #3).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you can't post all your code and a sample of your data, then you might want to work with Tech Support, since they can look at all your code and your data and help you figure out how to get your value to wrap. There were some font rendering and other changes between 9.1.3 and 9.2 and between 9.2 and 9.3 that might be coming into play. Did you recently upgrade?&amp;nbsp; Did you change the job submission method -- like using EG? These papers and notes might help,&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/resources/papers/proceedings10/035-2010.pdf"&gt;http://support.sas.com/resources/papers/proceedings10/035-2010.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/resources/papers/proceedings12/260-2012.pdf"&gt;http://support.sas.com/resources/papers/proceedings12/260-2012.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/kb/4/781.html"&gt;http://support.sas.com/kb/4/781.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/kb/10/851.html"&gt;http://support.sas.com/kb/10/851.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt; in addition to trying some of the techniques shown in the program below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;data testit;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; length charvar1 charvar2 charvar3 $200 charvar4 $600;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; set sashelp.class;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; where name in ('Alfred', 'Barbara');&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; charvar1 = 'Twas brillig and the slithy toves did gyre and gimble in the wabe.';&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; charvar2 = 'All mimsy were the borogroves and the mome raths outgrabe.';&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; charvar3 = 'Beware the Jabberwock, my son!~nThe jaws that bite, the claws that snatch.';&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; charvar4 = catx('~n',charvar1,charvar2,charvar3);&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; output;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;run;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;options orientation=landscape topmargin=.25in bottommargin=.25in&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; leftmargin=.25in rightmargin=.25in;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;ods listing close;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;ods pdf file='c:\temp\wrap.pdf';&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;ods escapechar='~';&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;** note that charvar3 and charvar4 have&amp;nbsp; &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp; explicit line feed characters&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp; using ODS ESCAPECHAR+n or ~n&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp; for RTF, PDF and HTML. &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp; In 9.3 can use ~{newline 1} instead of ~n;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;proc print data=testit;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; title 'Proc Print';&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; var charvar1 / style(data)={cellwidth=.75in};&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; var charvar2 /style(data)={cellwidth=1.5in};&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; var charvar3 / style(data)={cellwidth=3in};&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; var charvar4 / style(data)={cellwidth=4in};&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; var name;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;run;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;proc report data=testit nowd;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; title 'Proc Report #1';&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; column charvar1 charvar2 charvar3 charvar4 name;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; define charvar1 / display style(column)={cellwidth=.75in};&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; define charvar2/ display style(column)={cellwidth=1.5in};&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; define charvar3 / display&amp;nbsp; style(column)={cellwidth=3in};&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; define charvar4 / display style(column)={cellwidth=4in};&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; define name/ display;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;run;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;proc report data=testit nowd&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; style(report)={outputwidth=100% font_size=10pt}&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; style(header)={font_size=10pt}&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; style(column)={font_size=9pt};&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; title 'Proc Report #2';&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; column charvar1 charvar2 charvar3 charvar4 name;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; define charvar1 / display ;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; define charvar2/ display ;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; define charvar3 / display ; &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; define charvar4 / display ;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; define name/ display;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;run;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;ods _all_ close;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Nov 2012 14:55:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-report-stops-wrapping-vendor-name/m-p/130550#M10770</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2012-11-20T14:55:01Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PDF report stops wrapping vendor name</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-report-stops-wrapping-vendor-name/m-p/130551#M10771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cynthia,&lt;/P&gt;&lt;P&gt;My report is portrait&lt;/P&gt;&lt;P&gt;Because&amp;nbsp; you help me...you put in a lot of style into my report(guess I am lost in all style)....but I tried changing the font sizes ...for some reason it did affect the report.....&lt;/P&gt;&lt;P&gt; You ask, "I don't understand exactly what you mean by "stops wrapping vendor name"...I wish I could show the report but can not because of the data....yeah the strange thing was the vendor would wrap where all columns&lt;/P&gt;&lt;P&gt;were displaying on same page....but when it went to a second page the vendor name would display on one line..................&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what I decided the problem was my item description was 40&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this line almost to the bottom:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;line 'Proposal:' iplineno $20. ' Item: ' item $13. ' ' idescr $40. ' Units: ' iunits $4. ' Median Price: ' mediancost dollar15.2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so as a fix now,...... I change....... idescr $40 from 40 to 25 ....and that allow everything to print on one page if there is a way for&amp;nbsp; me to&lt;/P&gt;&lt;P&gt;leave idescr at $40 by changing something I am showing below let&amp;nbsp; me know and I will give it a try.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for all your help....and I&amp;nbsp; thank you again for when you helped me long ago on this report!&lt;/P&gt;&lt;P&gt;Your one of the best!&amp;nbsp; &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: Courier New;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;** make a style template to do the cyan title;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** need black box around title ONLY;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** need to set frame=void for table;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** want frame=box for systitleandfooter container;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** this is a copy of styles.printer, but with;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** changes for cyan title and trying for black box;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** around title. Also made some font changes;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc template; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;define style Styles.specstyl; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parent = styles.default; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;replace fonts / &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'TitleFont2' = ("Times Roman",11pt,Bold Italic) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'TitleFont' = ("Times Roman",11pt,Bold Italic) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'StrongFont' = ("Times Roman",10pt,Bold) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'EmphasisFont' = ("Times Roman",10pt,Italic) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'FixedEmphasisFont' = ("Courier",9pt,Italic) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'FixedStrongFont' = ("Courier",9pt,Bold) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'FixedHeadingFont' = ("Courier",9pt,Bold) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'BatchFixedFont' = ("SAS Monospace, Courier",6.7pt) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'FixedFont' = ("Courier",9pt) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'headingEmphasisFont' = ("Times Roman",11pt,Bold Italic) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'headingFont' = ("Times Roman",11pt,Bold) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'docFont' = ("Times Roman",9pt); &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;replace GraphFonts / &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'GraphDataFont' = ("Times Roman",8pt) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'GraphValueFont' = ("Times Roman",10pt) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'GraphLabelFont' = ("Times Roman",12pt,Bold) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'GraphFootnoteFont' = ("Times Roman",12pt,Bold) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'GraphTitleFont' = ("Times Roman",14pt,Bold); &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;replace Table from Output / &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rules = NONE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;frame = VOID &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cellpadding = 3 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cellspacing = 0; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;replace color_list &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Colors used in the default style" / &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'link' = blue &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'bgH' = grayBB &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'fg' = black &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'bg' = _undef_; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;replace Body from Document &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"margins will come from printer or SYS option" /&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bottommargin = _undef_ &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;topmargin = _undef_ &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rightmargin = _undef_ &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;leftmargin = _undef_ &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pagebreakhtml = html('PageBreakLine'); &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;replace colors &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Abstract colors used in the default style" / &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'headerfgemph' = color_list('fg') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'headerbgemph' = color_list('bgH') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'headerfgstrong' = color_list('fg') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'headerbgstrong' = color_list('bgH') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'headerfg' = color_list('fg') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'headerbg' = color_list('bgH') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'datafgemph' = color_list('fg') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'databgemph' = color_list('bg') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'datafgstrong' = color_list('fg') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'databgstrong' = color_list('bg') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'datafg' = color_list('fg') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'databg' = color_list('bg') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'batchbg' = color_list('bg') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'batchfg' = color_list('fg') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'tableborder' = color_list('fg') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'tablebg' = color_list('bg') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'notefg' = color_list('fg') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'notebg' = color_list('bg') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'bylinefg' = color_list('fg') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'bylinebg' = color_list('bg') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'captionfg' = color_list('fg') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'captionbg' = color_list('bg') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'proctitlefg' = color_list('fg') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'proctitlebg' = color_list('bg') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'titlefg' = color_list('fg') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'titlebg' = color_list('bg') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'systitlefg' = color_list('fg') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'systitlebg' = color_list('bg') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'Conentryfg' = color_list('fg') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'Confolderfg' = color_list('fg') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'Contitlefg' = color_list('fg') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'link2' = color_list('link') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'link1' = color_list('link') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'contentfg' = color_list('fg') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'contentbg' = color_list('bg') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'docfg' = color_list('fg') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'docbg' = color_list('bg'); &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;replace GraphColors / &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gcerror' = cx000000 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gerror' = cxA0A0A0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gcpredictlim' = cx000000 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gpredictlim' = cxC8C8C8 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gcpredict' = cx000000 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gpredict' = cx000000 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gcconfidence' = cx000000 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gconfidence' = cxC8C8C8 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gcfit' = cx000000 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gfit' = cx000000 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gcoutlier' = cx000000 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'goutlier' = cxA0A0A0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gcdata' = cx000000 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gdata' = cxA0A0A0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'ginsetheader' = colors('docbg') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'ginset' = cxFFFFFF &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'greferencelines' = cxCDCDCD &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gheader' = colors('docbg') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gconramp3cend' = cx5F5F5F &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gconramp3cneutral' = cxA7A7A7 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gconramp3cstart' = cxF0F0F0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gramp3cend' = cx5F5F5F &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gramp3cneutral' = cxA7A7A7 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gramp3cstart' = cxF0F0F0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gconramp2cend' = cx5F5F5F &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gconramp2cstart' = cxF0F0F0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gramp2cend' = cx5F5F5F &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gramp2cstart' = cxF0F0F0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gtext' = cx000000 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'glabel' = cx000000 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gborderlines' = cx000000 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'goutlines' = cx000000 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'ggrid' = cxECECEC &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gaxis' = cx000000 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gshadow' = cx000000 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'glegend' = cxFFFFFF &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gfloor' = cxCCCCCC &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gwalls' = cxFFFFFF &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gcdata12' = cx000000 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gcdata11' = cx000000 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gcdata10' = cx000000 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gcdata9' = cx000000 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gcdata8' = cx000000 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gcdata7' = cx000000 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gcdata6' = cx000000 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gcdata5' = cx000000 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gcdata4' = cx000000 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gcdata3' = cx000000 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gcdata2' = cx000000 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gcdata1' = cx000000 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gdata12' = CX2F2F2F &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gdata11' = CX6F6F6F &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gdata10' = CXCFCFCF &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gdata9' = CX8F8F8F &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gdata8' = CX4F4F4F &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gdata7' = CXAFAFAF &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gdata6' = CX0F0F0F &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gdata5' = CX7F7F7F &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gdata4' = CX3F3F3F &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gdata3' = CX9F9F9F &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gdata2' = CX5F5F5F &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'gdata1' = CXBFBFBF; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;replace Container &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Abstract." / &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;font = Fonts('DocFont') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;foreground = colors('docfg') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;background = colors('docbg'); &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;style ContentTitle from IndexTitle &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Controls the title of the Contents file." / &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fillrulewidth = 0.5pt &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rightmargin = 1em &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;leftmargin = 1em &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;outputwidth = 100% &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bottommargin = 4ex &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;topmargin = 3ex &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;font = fonts('TitleFont') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pretext = text('content title') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just = C; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;replace PrintedContentsLabel &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Sort of a post-posttext for the CONTENTS" / &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;posttext = " (*ESC*){leaders . }(*ESC*){tocentrypage}" &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pretext = "(*ESC*){tocentryindent 2em}"; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;replace ContentItem from IndexItem &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Controls the leafnode item in the Contents file." / &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rightmargin = 15% &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;leftmargin = 15% &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just = L; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;replace ContentFolder from IndexItem &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Controls the generic folder definition in the Contents file." / &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rightmargin = 15% &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;leftmargin = 15% &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just = L &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;listentryanchor = off &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;foreground = colors('confolderfg'); &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;replace ContentProcName from IndexProcName &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Controls the proc name in the Contents file." / &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rightmargin = 15% &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;leftmargin = 15% &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just = L; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;replace ContentProcLabel from ContentProcName &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Controls the proc label in the Contents file." / &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;posttext = _undef_ &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pretext = _undef_; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;replace Date from Container &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Abstract. Controls how date fields look." / &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;outputwidth = _undef_ &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;background = colors('contentbg') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;foreground = colors('contentfg'); &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;replace SysTitleAndFooterContainer from Container&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Changed container" / &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;background = #66ffcc &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;foreground = black&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rules = NONE &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;frame = Box &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;outputwidth = 100% &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cellpadding = 3 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cellspacing = 0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;borderwidth = 3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bordercolor=black;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;replace TitleAndNoteContainer from Container &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Changed container" / &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;background = #66ffcc &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;foreground = black&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rules = NONE &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;frame = Box &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;outputwidth = 100% &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cellpadding = 3 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cellspacing = 0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;borderwidth = 3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bordercolor=black; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;replace TitlesAndFooters from Container &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Changed container" / &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;background = #66ffcc &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;foreground = black&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rules=NONE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;frame=box&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;outputwidth=100%&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cellpadding=3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cellspacing=0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;borderwidth=3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bordercolor=black; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;replace SystemTitle from TitlesAndFooters &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Controls system title text." / &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;font = Fonts('TitleFont')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;background=#66ffcc; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;replace SystemFooter from TitlesAndFooters &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Controls system footer text." / &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;font = Fonts('TitleFont')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;background=#66ffcc; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;end; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** start ods pdf and close listing;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;　&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** use style template from above;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods listing close;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** Name the pdf and the location of the file;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods pdf file ="&amp;amp;jobdir.bidreportJ.pdf";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** will need ods escapechar for the title;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods escapechar='~';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** use proc report style= overrides to make report changes;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** rules= none turns off interior table lines;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** frame= void turns off box around table;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** cellspacing= 0 turns off the space between each cell;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** cellpadding=3 minimizes the white space -inside- each cell;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** background= changes background color of cell;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** default for header cell is gray;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** foreground= changes foreground color of cell;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** just= l changes justification in a table cell;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** note, cannot do underline in PDF for under column;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** headers without making something like a row of dashes;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** which does not look very good ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** ~{thispage} is the PDF way to get page numbers onto;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** the report and ~n is the way to get a forced line break;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** after the word "Indiana" and ~_ is a non-breaking space;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;　&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;options linesize=256;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc report data=fixest nowd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;style(report)={rules=none frame=void &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cellspacing=0 cellpadding=3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just=l}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;style(header)={background=white just=c};&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;title1 j=l 'Letting Date: #byval(cndtlet)' &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;j=r 'Page: ~{thispage}';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;title2 j=l " " &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;j=c 'Greg~nplace~_of~_work';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;title3 j=l ' ' &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;j=c 'Unbalanced~_Bid~_Report';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;title4 j=l ' '&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;j=c "%sysfunc(today() ,worddate18.)";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;title5 j=l 'Lowest Bidder: #byval(lvenname) '&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;j=r 'Contract Number: #byval(contid)';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;title6 j=l 'Lowest Bid Amount: #byval(newlowest)'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;j=r 'Greg&amp;nbsp; Amount: #byval(newest)';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;by descending cndtlet contid newest newlowest lvenname;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;format cndtlet worddate18.;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;column cndtlet iplineno item idescr iunits mediancost &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vnames btoqty btuprice btextamt Balflag; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;define cndtlet / group descending noprint;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;define iplineno / group noprint; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;define item / group noprint;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;define idescr / group noprint;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;define iunits / group noprint;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;define mediancost / group noprint;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;define vnames / display 'Vendors' left;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;define btoqty / display 'Quantity' center;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;define btuprice / display 'UBP' center f=dollar14.2 width =16;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;define btextamt / display 'Amount' center width =12;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;define Balflag / display 'Flag' center width =4;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;compute Balflag / character length=1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if balflag = 'U' then do;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call define(_ROW_,'STYLE','style={background=yellow}');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;end;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if balflag = 'A' then do;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call define(_ROW_,'STYLE','style={background=orange}');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;end;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if balflag = 'F' then do;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call define(_ROW_,'STYLE','style={background=red}');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;end;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endcomp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;break after cndtlet / ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;compute after cndtlet;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;line @ 1 "Note: UBP is the Vendor's unit bid price. Median Price is the median of the UBP of each proposal line. If Flagged as 'U' and";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;line "yellow, this is a bid of less than %60 of the median price. If Flagged as 'A' and orange, this is a bid of greater than %60 of";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;line "the median price. And if Flagged as 'F' and red, this is a bid greater than %60 of the median price and is a front loaded item.";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endcomp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** next compute block does the gray bar;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** underneath the header and at the start of every ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** iplineno. If some of this info is going to come;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** from macro vars will need double quotes and if;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** some of this info is coming from data, will need;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** to change column statement to include those vars;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;compute before mediancost /&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;style={background=#cccccc just=l};&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;line 'Proposal:' iplineno $20. ' Item: ' item $13. ' ' idescr $40. ' Units: ' iunits $4. ' Median Price: ' mediancost dollar15.2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endcomp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** this compute block skips a line after every iplineno;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;compute after mediancost;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;line ' ';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endcomp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods listing close;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Nov 2012 17:14:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-report-stops-wrapping-vendor-name/m-p/130551#M10771</guid>
      <dc:creator>GregINGov</dc:creator>
      <dc:date>2012-11-20T17:14:47Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PDF report stops wrapping vendor name</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-report-stops-wrapping-vendor-name/m-p/130552#M10772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp; That was a long time ago -- back in 2005, right? As I remember, you wanted a cyan or green background around the title with a big black outline around the titles...or something like that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; That is an old style template -- the REPLACE statement went away in SAS 9.2, that should not cause a problem here. I think that your LINE statement probably forced the inserted line to be wider than could be accomodated by the margins that were in force. One thing that you can do is to change the font_size:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;compute before mediancost /&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; style={background=#cccccc just=l &lt;SPAN style="color: #ff0000;"&gt;font_size=8pt&lt;/SPAN&gt;};&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp; line 'Proposal:' iplineno $20. ' Item: ' item $13. ' ' idescr $40. &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ' Units: ' iunits $4. ' Median Price: ' &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;mediancost dollar15.2;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;endcomp;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherrwise, you might want to open a track with Tech Support to see if there's anything else that could be impacting your output other than margins and size of the constructed LINE string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Nov 2012 20:53:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-report-stops-wrapping-vendor-name/m-p/130552#M10772</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2012-11-20T20:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PDF report stops wrapping vendor name</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-report-stops-wrapping-vendor-name/m-p/130553#M10773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cynthia,&lt;/P&gt;&lt;P&gt;wow, I guess I foregot how long ago it was too, at least 2005 !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the additional suggestions!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2012 12:47:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-report-stops-wrapping-vendor-name/m-p/130553#M10773</guid>
      <dc:creator>GregINGov</dc:creator>
      <dc:date>2012-11-21T12:47:29Z</dc:date>
    </item>
  </channel>
</rss>

