<?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: Footnotes left and right justified in PDF destination are wrapping in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Footnotes-left-and-right-justified-in-PDF-destination-are/m-p/317707#M17491</link>
    <description>&lt;P&gt;...and crashed and burned again.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Tech Support reports that this is a known problem in 9.4 and "we are hopeful the developer can address it in the next maintenance release."&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So, I'm 0-for-4 on PDF issues this month. I think I need a four leaf clover!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Tom&lt;/P&gt;</description>
    <pubDate>Thu, 08 Dec 2016 21:55:09 GMT</pubDate>
    <dc:creator>TomKari</dc:creator>
    <dc:date>2016-12-08T21:55:09Z</dc:date>
    <item>
      <title>Footnotes left and right justified in PDF destination are wrapping</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Footnotes-left-and-right-justified-in-PDF-destination-are/m-p/316840#M17444</link>
      <description>&lt;P&gt;Well, it's my month for ODS problems. I need an ODS footnote, with a left side part and a right side part, the left side part is quite long and extends past the center. Because of this, it's wrapping, even though the right side note is very short and leaves lots of room.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SAS Note 24492 covers exactly this situation, and presents a lovely solution. The problem is, the code that SAS posts as a solution exhibits the problem in my environment. I'd love a couple of you to try running the code, and report back if it corrects the problem in your environment, or reproduces it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm specifically after the "CELLWIDTH" solution in the Full Code tab.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; Tom&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Link to the note:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/kb/24/492.html" target="_self"&gt;http://support.sas.com/kb/24/492.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The code on the tab:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods escapechar='^';&lt;BR /&gt;options nodate nonumber orientation=portrait;&lt;BR /&gt;ods pdf file="c:\wrap.pdf" notoc;&lt;BR /&gt;title "Problem";&lt;BR /&gt;footnote j=l "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"&amp;nbsp; j=r "YYYYYYYYYYYYYYYYY";&lt;BR /&gt;&amp;nbsp;proc report data=sashelp.class nowd;&lt;BR /&gt;&amp;nbsp;run;&lt;/P&gt;
&lt;P&gt;title "Solution";&lt;BR /&gt;footnote j=l "^S={cellwidth=5.5in}XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"&amp;nbsp; j=r "YYYYYYYYYYYYYYYYY";&lt;BR /&gt;&amp;nbsp;proc report data=sashelp.class nowd;&lt;BR /&gt;&amp;nbsp;run;&lt;/P&gt;
&lt;P&gt;ods _all_ close;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Dec 2016 20:38:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Footnotes-left-and-right-justified-in-PDF-destination-are/m-p/316840#M17444</guid>
      <dc:creator>TomKari</dc:creator>
      <dc:date>2016-12-05T20:38:02Z</dc:date>
    </item>
    <item>
      <title>Re: Footnotes left and right justified in PDF destination are wrapping</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Footnotes-left-and-right-justified-in-PDF-destination-are/m-p/316851#M17445</link>
      <description>&lt;P&gt;What page size are you using?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I do not see the wrapping using Base SAS 9.2 and the default PDF style in either proc report output using 3 different PDF viewers.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Dec 2016 21:16:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Footnotes-left-and-right-justified-in-PDF-destination-are/m-p/316851#M17445</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-12-05T21:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: Footnotes left and right justified in PDF destination are wrapping</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Footnotes-left-and-right-justified-in-PDF-destination-are/m-p/317320#M17453</link>
      <description>&lt;P&gt;Hi &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13884"&gt;@ballardw&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for the cross check. I just reran it on SAS ODA, using exactly the code that I posted except for changing the ODS destination file name, and the bottom of the "Solution" page, which is supposed to fix it, looks like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG title="PDFwrap.png" alt="PDFwrap.png" src="https://communities.sas.com/t5/image/serverpage/image-id/6268iCA9C718587A88174/image-size/original?v=v2&amp;amp;px=-1" border="0" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Unfortunately, running in 9.2 isn't an option for me. I guess I'll shoot it to tech support.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; Tom&lt;/P&gt;</description>
      <pubDate>Wed, 07 Dec 2016 15:07:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Footnotes-left-and-right-justified-in-PDF-destination-are/m-p/317320#M17453</guid>
      <dc:creator>TomKari</dc:creator>
      <dc:date>2016-12-07T15:07:35Z</dc:date>
    </item>
    <item>
      <title>Re: Footnotes left and right justified in PDF destination are wrapping</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Footnotes-left-and-right-justified-in-PDF-destination-are/m-p/317707#M17491</link>
      <description>&lt;P&gt;...and crashed and burned again.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Tech Support reports that this is a known problem in 9.4 and "we are hopeful the developer can address it in the next maintenance release."&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So, I'm 0-for-4 on PDF issues this month. I think I need a four leaf clover!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Tom&lt;/P&gt;</description>
      <pubDate>Thu, 08 Dec 2016 21:55:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Footnotes-left-and-right-justified-in-PDF-destination-are/m-p/317707#M17491</guid>
      <dc:creator>TomKari</dc:creator>
      <dc:date>2016-12-08T21:55:09Z</dc:date>
    </item>
  </channel>
</rss>

