<?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 - text is running past cell borders in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/ODS-PDF-text-is-running-past-cell-borders/m-p/778714#M247910</link>
    <description>&lt;P&gt;In what output? Proc Report or some other procedure tables? Graph? ODS Text?&lt;/P&gt;&lt;P&gt;Code and output example might help having to ask a bazillion detail questions one at a time.&lt;/P&gt;&lt;P&gt;Might need to include the ODS PDF statement as well to see the options used.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Proc report - straight data dump with no computations, no call defines, no across no groupings just a dump. Some ODS proc label statements for the bookmarks. Every variable in every listing is DISPLAY.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;options orientation = landscape topmargin = 0.3in bottommargin= 0.3in leftmargin = 0.3in rightmargin = 0.3in printerpath = pdf;&lt;BR /&gt;ods pdf file = ".\Documents\Reports\Listings.pdf" style= Style01 pdftoc = 1 contents = no ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 05 Nov 2021 12:08:47 GMT</pubDate>
    <dc:creator>Doug____</dc:creator>
    <dc:date>2021-11-05T12:08:47Z</dc:date>
    <item>
      <title>ODS PDF - text is running past cell borders</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-PDF-text-is-running-past-cell-borders/m-p/778643#M247874</link>
      <description>&lt;P&gt;If text runs past a cell border in ODS PDF what options are there to force it to remain within the border lines?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Nov 2021 00:04:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-PDF-text-is-running-past-cell-borders/m-p/778643#M247874</guid>
      <dc:creator>Doug____</dc:creator>
      <dc:date>2021-11-05T00:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PDF - text is running past cell borders</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-PDF-text-is-running-past-cell-borders/m-p/778645#M247875</link>
      <description>What do you want to happen in that case? Do you want it to wrap? Truncate?</description>
      <pubDate>Fri, 05 Nov 2021 00:08:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-PDF-text-is-running-past-cell-borders/m-p/778645#M247875</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2021-11-05T00:08:56Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PDF - text is running past cell borders</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-PDF-text-is-running-past-cell-borders/m-p/778677#M247897</link>
      <description>&lt;P&gt;In what output? Proc Report or some other procedure tables? Graph? ODS Text?&lt;/P&gt;
&lt;P&gt;Code and output example might help having to ask a bazillion detail questions one at a time.&lt;/P&gt;
&lt;P&gt;Might need to include the ODS PDF statement as well to see the options used.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Nov 2021 08:52:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-PDF-text-is-running-past-cell-borders/m-p/778677#M247897</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2021-11-05T08:52:53Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PDF - text is running past cell borders</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-PDF-text-is-running-past-cell-borders/m-p/778712#M247909</link>
      <description>&lt;P&gt;It is wrapping already but the text runs past the borders on several lines in the same cell. This is a straight data dump from a dataset to proc report.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;options&amp;nbsp; orientation = landscape topmargin = 0.3in bottommargin= 0.3in leftmargin = 0.3in rightmargin = 0.3in printerpath = pdf;&lt;BR /&gt;ods pdf file = ".\Documents\Reports\Listings.pdf" style= Style01 pdftoc = 1 contents = no ;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Nov 2021 12:05:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-PDF-text-is-running-past-cell-borders/m-p/778712#M247909</guid>
      <dc:creator>Doug____</dc:creator>
      <dc:date>2021-11-05T12:05:43Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PDF - text is running past cell borders</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-PDF-text-is-running-past-cell-borders/m-p/778714#M247910</link>
      <description>&lt;P&gt;In what output? Proc Report or some other procedure tables? Graph? ODS Text?&lt;/P&gt;&lt;P&gt;Code and output example might help having to ask a bazillion detail questions one at a time.&lt;/P&gt;&lt;P&gt;Might need to include the ODS PDF statement as well to see the options used.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Proc report - straight data dump with no computations, no call defines, no across no groupings just a dump. Some ODS proc label statements for the bookmarks. Every variable in every listing is DISPLAY.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;options orientation = landscape topmargin = 0.3in bottommargin= 0.3in leftmargin = 0.3in rightmargin = 0.3in printerpath = pdf;&lt;BR /&gt;ods pdf file = ".\Documents\Reports\Listings.pdf" style= Style01 pdftoc = 1 contents = no ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Nov 2021 12:08:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-PDF-text-is-running-past-cell-borders/m-p/778714#M247910</guid>
      <dc:creator>Doug____</dc:creator>
      <dc:date>2021-11-05T12:08:47Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PDF - text is running past cell borders</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-PDF-text-is-running-past-cell-borders/m-p/778942#M248025</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; If you cannot show your data or a sample of your data and ALL of your code, it is very hard for anyone to make constructive suggestions. I have never seen output in ODS PDF go past the border of a cell. I also notice that you're using your own STYLE template. A custom style template can also impact your PDF output. Even with a custom style, I've not seen text go past the border of a cell, so this might be something you need to work on with Tech Support because they can look at ALL your data and ALL your code including your STYLE template and ALL your PROC REPORT code and try to figure out what your issue might be. First, they will try to duplicate your results. And if they observe the same results, then they will figure out whether you have discovered a defect or whether there is something wrong in your code or template. To open a track with Tech Support, fill out the form at this link: &lt;A href="http://support.sas.com/ctx/supportform/createForm" target="_blank"&gt;http://support.sas.com/ctx/supportform/createForm&lt;/A&gt; .&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cynthia&lt;/P&gt;</description>
      <pubDate>Sat, 06 Nov 2021 16:18:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-PDF-text-is-running-past-cell-borders/m-p/778942#M248025</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2021-11-06T16:18:43Z</dc:date>
    </item>
  </channel>
</rss>

