<?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 - PROC REPORT text bleeding over into next column in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-PROC-REPORT-text-bleeding-over-into-next-column/m-p/247015#M15187</link>
    <description>Hi:&lt;BR /&gt;  There WERE a lot of changes for PDF and text rendering between 9.1.3 and 9.2 and then again between 9.2 and 9.3. Here are some papers on the topic.&lt;BR /&gt;&lt;A href="https://support.sas.com/resources/papers/proceedings14/SAS038-2014.pdf" target="_blank"&gt;https://support.sas.com/resources/papers/proceedings14/SAS038-2014.pdf&lt;/A&gt;&lt;BR /&gt;and&lt;BR /&gt;&lt;A href="http://support.sas.com/resources/papers/proceedings10/035-2010.pdf" target="_blank"&gt;http://support.sas.com/resources/papers/proceedings10/035-2010.pdf&lt;/A&gt;&lt;BR /&gt;   &lt;BR /&gt;  I'd recommend working with Tech Support on this.&lt;BR /&gt;&lt;BR /&gt;cynthia</description>
    <pubDate>Sat, 30 Jan 2016 02:38:22 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2016-01-30T02:38:22Z</dc:date>
    <item>
      <title>ODS PDF - PROC REPORT text bleeding over into next column</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-PROC-REPORT-text-bleeding-over-into-next-column/m-p/246746#M15160</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;I am having an issue where I am outputting a report to a PDF destination, but a column which contains very long text strings is having the text itself crossing over the cell border and into the neighboring column (see attached picture below). &amp;nbsp;Any ideas?? The following is the code I used:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods pdf file="&amp;lt;filename&amp;gt;.pdf" startpage=no uniform style=dash;&lt;/P&gt;
&lt;P&gt;proc report data=esc nowd style(report)=[rules=all frame=box background=black] split="|";&lt;BR /&gt; where esctype ne " ";&lt;BR /&gt; columns ("^S={font_face=Arial font_size=14pt font_weight=bold just=c background=CXD3D3D3}Escalations|^S={font_face=Arial font_size=12pt font_weight=medium just=c background=CXD3D3D3}Number of Initial Escalations = &amp;amp;escobs"&lt;BR /&gt; site_no esctype activity_type status compdt asgnd_to_full_name comments escdays);&lt;BR /&gt; define site_no / display "Site" style(header)=[just=c font_size=11pt font_weight=bold background=lightblue]&lt;BR /&gt; style(column)={just=c cellwidth=1.2cm vjust=c};&lt;BR /&gt; define esctype / display "Escalation Type" style(header)=[just=c font_size=11pt font_weight=bold background=lightblue]&lt;BR /&gt; style(column)={just=c cellwidth=2.5cm vjust=c};&lt;BR /&gt; define activity_type / display "Communication Method" style(header)=[just=c font_size=11pt font_weight=bold background=lightblue]&lt;BR /&gt; style(column)={just=l cellwidth=3.2cm vjust=c};&lt;BR /&gt; define status / display "Status" style(header)=[just=c font_size=11pt font_weight=bold background=lightblue] &lt;BR /&gt; style(column)={just=c cellwidth=1.5cm vjust=c};&lt;BR /&gt; define compdt / display "Escalation Date" style(header)=[just=c font_size=11pt font_weight=bold background=lightblue] &lt;BR /&gt; style(column)={just=c cellwidth=2.5cm vjust=c};&lt;BR /&gt; define asgnd_to_full_name / display "Escalated To" style(header)=[just=c font_size=11pt font_weight=bold background=lightblue]&lt;BR /&gt; style(column)={just=l cellwidth=3cm vjust=c};&lt;BR /&gt; define comments / display "Comments" style(header)=[just=c font_size=11pt font_weight=bold background=lightblue] &lt;BR /&gt; style(column)={just=l cellwidth=13cm vjust=c};&lt;BR /&gt; define escdays / display "Days Open" style(header)=[just=c font_size=11pt font_weight=bold background=lightblue] &lt;BR /&gt; style(column)={just=c cellwidth=1.2cm vjust=c};&lt;BR /&gt; compute esctype;&lt;BR /&gt; if esctype="Initial" then do;&lt;BR /&gt; call define(_row_,"style","style=[font_style=bold]");&lt;BR /&gt; end;&lt;BR /&gt; endcomp;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/1653i2560D898753113B2/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="ODS PDF Text Overflow.jpg" title="ODS PDF Text Overflow.jpg" /&gt; &amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-Phil&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2016 20:45:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-PROC-REPORT-text-bleeding-over-into-next-column/m-p/246746#M15160</guid>
      <dc:creator>Phil0917</dc:creator>
      <dc:date>2016-01-28T20:45:58Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PDF - PROC REPORT text bleeding over into next column</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-PROC-REPORT-text-bleeding-over-into-next-column/m-p/246759#M15161</link>
      <description>&lt;P&gt;Does this happen without all of the style overrides and default pdf ods style?&lt;/P&gt;
&lt;P&gt;Is style DASH a SAS supplied style?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've had some odd things occur with lots of style settings in overrides with some ODS Styles.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, do you have an encoding issue involved? You're getting unprintable characters in the body of the comments.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2016 21:41:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-PROC-REPORT-text-bleeding-over-into-next-column/m-p/246759#M15161</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-01-28T21:41:21Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PDF - PROC REPORT text bleeding over into next column</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-PROC-REPORT-text-bleeding-over-into-next-column/m-p/246767#M15163</link>
      <description>&lt;P&gt;That "DASH" style is a user-defined style, but is really just setting margins and the default font. &amp;nbsp;It still happens without the style as well. &amp;nbsp;Also, I have been using this same style for many years without any issue - this has just started happening recently. &amp;nbsp;We did move from version 9.1.3 to version 9.4 last year - not sure if there is something in the new version that is affecting this?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;I don't believe that the unprintable characters are affecting this, as it happens on rows without any. &amp;nbsp;These are just carriage returns in the source data that come over as those hex characters.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2016 22:24:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-PROC-REPORT-text-bleeding-over-into-next-column/m-p/246767#M15163</guid>
      <dc:creator>Phil0917</dc:creator>
      <dc:date>2016-01-28T22:24:28Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PDF - PROC REPORT text bleeding over into next column</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-PROC-REPORT-text-bleeding-over-into-next-column/m-p/246776#M15166</link>
      <description>&lt;P&gt;Was your Dash style build by modifying an existing SAS style? Did you rebuild it with a similar version from 9.4?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a custome style originally built in SAS 9.1.3 that did not provide the same output with 9.2. It turned out that the base style was defined differently and I had to change how I modified inherited properties to work with the base 9.2 version.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I might try playing around with paper size or page margins&amp;nbsp;to get more print&amp;nbsp;space and see if that helps any.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2016 23:11:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-PROC-REPORT-text-bleeding-over-into-next-column/m-p/246776#M15166</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-01-28T23:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PDF - PROC REPORT text bleeding over into next column</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-PROC-REPORT-text-bleeding-over-into-next-column/m-p/247015#M15187</link>
      <description>Hi:&lt;BR /&gt;  There WERE a lot of changes for PDF and text rendering between 9.1.3 and 9.2 and then again between 9.2 and 9.3. Here are some papers on the topic.&lt;BR /&gt;&lt;A href="https://support.sas.com/resources/papers/proceedings14/SAS038-2014.pdf" target="_blank"&gt;https://support.sas.com/resources/papers/proceedings14/SAS038-2014.pdf&lt;/A&gt;&lt;BR /&gt;and&lt;BR /&gt;&lt;A href="http://support.sas.com/resources/papers/proceedings10/035-2010.pdf" target="_blank"&gt;http://support.sas.com/resources/papers/proceedings10/035-2010.pdf&lt;/A&gt;&lt;BR /&gt;   &lt;BR /&gt;  I'd recommend working with Tech Support on this.&lt;BR /&gt;&lt;BR /&gt;cynthia</description>
      <pubDate>Sat, 30 Jan 2016 02:38:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-PROC-REPORT-text-bleeding-over-into-next-column/m-p/247015#M15187</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2016-01-30T02:38:22Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PDF - PROC REPORT text bleeding over into next column</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-PROC-REPORT-text-bleeding-over-into-next-column/m-p/247292#M15203</link>
      <description>&lt;P&gt;Thanks to you both for your help!! &amp;nbsp;I guess it does have something to do with these changes since 9.1.3 in the style templates and how ODS PDF handles the text within cells. &amp;nbsp;I will follow up with Tech Support.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks again!!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-Phil&lt;/P&gt;</description>
      <pubDate>Mon, 01 Feb 2016 19:49:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-PROC-REPORT-text-bleeding-over-into-next-column/m-p/247292#M15203</guid>
      <dc:creator>Phil0917</dc:creator>
      <dc:date>2016-02-01T19:49:53Z</dc:date>
    </item>
  </channel>
</rss>

