<?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 ods rtf and pdf issue in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-rtf-and-pdf-issue/m-p/571507#M22959</link>
    <description>&lt;P&gt;&lt;FONT color="#000000" face="Courier New" size="4"&gt;I &lt;FONT face="Courier New" size="4"&gt;want to control pdf output page width and column width. Why does the output look&amp;nbsp;so bad&amp;nbsp;(please see below). However if output is&amp;nbsp;rtf there is no issue.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000" face="Courier New" size="4"&gt;&lt;FONT face="Courier New" size="4"&gt;please advise. Thanks.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="4"&gt;&lt;STRONG&gt;data&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="4"&gt; x;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="4"&gt;set&lt;/FONT&gt;&lt;FONT face="Courier New" size="4"&gt; sashelp.asscmgr;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="4"&gt;if&lt;/FONT&gt;&lt;FONT face="Courier New" size="4"&gt; _n_&amp;lt;&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="4"&gt;20&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="4"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="4"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="4"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="4"&gt;%let&lt;/FONT&gt;&lt;FONT face="Courier New" size="4"&gt; exf=pdf;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="4"&gt;ods&lt;/FONT&gt;&lt;FONT face="Courier New" size="4"&gt; &amp;amp;&lt;/FONT&gt;&lt;FONT color="#008080" face="Courier New" size="4"&gt;exf.&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="4"&gt;file&lt;/FONT&gt;&lt;FONT face="Courier New" size="4"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="4"&gt;"C:\Users\....\try.&amp;amp;exf."&lt;/FONT&gt;&lt;FONT face="Courier New" size="4"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="4"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="4"&gt;report&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="4"&gt;data&lt;/FONT&gt;&lt;FONT face="Courier New" size="4"&gt;=x &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="4"&gt;style&lt;/FONT&gt;&lt;FONT face="Courier New" size="4"&gt;(report)=[width=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="4"&gt;7.5&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="4"&gt;in];&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="4"&gt;column&lt;/FONT&gt;&lt;FONT face="Courier New" size="4"&gt; clasname objname defcredt defmonddt id ldesc;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="4"&gt;define&lt;/FONT&gt;&lt;FONT face="Courier New" size="4"&gt; clasname / &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="4"&gt;style&lt;/FONT&gt;&lt;FONT face="Courier New" size="4"&gt;=[cellwidth=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="4"&gt;10&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="4"&gt;%];&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="4"&gt;define&lt;/FONT&gt;&lt;FONT face="Courier New" size="4"&gt; objname / &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="4"&gt;style&lt;/FONT&gt;&lt;FONT face="Courier New" size="4"&gt;=[cellwidth=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="4"&gt;10&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="4"&gt;%];&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="4"&gt;define&lt;/FONT&gt;&lt;FONT face="Courier New" size="4"&gt; defcredt / &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="4"&gt;style&lt;/FONT&gt;&lt;FONT face="Courier New" size="4"&gt;=[cellwidth=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="4"&gt;10&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="4"&gt;%];&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="4"&gt;define&lt;/FONT&gt;&lt;FONT face="Courier New" size="4"&gt; defmonddt / &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="4"&gt;style&lt;/FONT&gt;&lt;FONT face="Courier New" size="4"&gt;=[cellwidth=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="4"&gt;10&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="4"&gt;%];&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="4"&gt;define&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="4"&gt;id&lt;/FONT&gt;&lt;FONT face="Courier New" size="4"&gt; / &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="4"&gt;style&lt;/FONT&gt;&lt;FONT face="Courier New" size="4"&gt;=[cellwidth=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="4"&gt;10&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="4"&gt;%];&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="4"&gt;define&lt;/FONT&gt;&lt;FONT face="Courier New" size="4"&gt; ldesc / &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="4"&gt;style&lt;/FONT&gt;&lt;FONT face="Courier New" size="4"&gt;=[cellwidth=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="4"&gt;50&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="4"&gt;%];&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="4"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="4"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="4"&gt;ods&lt;/FONT&gt;&lt;FONT face="Courier New" size="4"&gt; &amp;amp;&lt;/FONT&gt;&lt;FONT color="#008080" face="Courier New" size="4"&gt;exf.&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="4"&gt;close&lt;/FONT&gt;&lt;FONT face="Courier New" size="4"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="4"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.JPG" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/30786iAB1D8AD968C930F0/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.JPG" alt="Capture.JPG" /&gt;&lt;/span&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 05 Jul 2019 20:59:47 GMT</pubDate>
    <dc:creator>Niugg2010</dc:creator>
    <dc:date>2019-07-05T20:59:47Z</dc:date>
    <item>
      <title>ods rtf and pdf issue</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-rtf-and-pdf-issue/m-p/571507#M22959</link>
      <description>&lt;P&gt;&lt;FONT color="#000000" face="Courier New" size="4"&gt;I &lt;FONT face="Courier New" size="4"&gt;want to control pdf output page width and column width. Why does the output look&amp;nbsp;so bad&amp;nbsp;(please see below). However if output is&amp;nbsp;rtf there is no issue.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000" face="Courier New" size="4"&gt;&lt;FONT face="Courier New" size="4"&gt;please advise. Thanks.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="4"&gt;&lt;STRONG&gt;data&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="4"&gt; x;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="4"&gt;set&lt;/FONT&gt;&lt;FONT face="Courier New" size="4"&gt; sashelp.asscmgr;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="4"&gt;if&lt;/FONT&gt;&lt;FONT face="Courier New" size="4"&gt; _n_&amp;lt;&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="4"&gt;20&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="4"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="4"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="4"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="4"&gt;%let&lt;/FONT&gt;&lt;FONT face="Courier New" size="4"&gt; exf=pdf;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="4"&gt;ods&lt;/FONT&gt;&lt;FONT face="Courier New" size="4"&gt; &amp;amp;&lt;/FONT&gt;&lt;FONT color="#008080" face="Courier New" size="4"&gt;exf.&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="4"&gt;file&lt;/FONT&gt;&lt;FONT face="Courier New" size="4"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="4"&gt;"C:\Users\....\try.&amp;amp;exf."&lt;/FONT&gt;&lt;FONT face="Courier New" size="4"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="4"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="4"&gt;report&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="4"&gt;data&lt;/FONT&gt;&lt;FONT face="Courier New" size="4"&gt;=x &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="4"&gt;style&lt;/FONT&gt;&lt;FONT face="Courier New" size="4"&gt;(report)=[width=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="4"&gt;7.5&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="4"&gt;in];&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="4"&gt;column&lt;/FONT&gt;&lt;FONT face="Courier New" size="4"&gt; clasname objname defcredt defmonddt id ldesc;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="4"&gt;define&lt;/FONT&gt;&lt;FONT face="Courier New" size="4"&gt; clasname / &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="4"&gt;style&lt;/FONT&gt;&lt;FONT face="Courier New" size="4"&gt;=[cellwidth=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="4"&gt;10&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="4"&gt;%];&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="4"&gt;define&lt;/FONT&gt;&lt;FONT face="Courier New" size="4"&gt; objname / &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="4"&gt;style&lt;/FONT&gt;&lt;FONT face="Courier New" size="4"&gt;=[cellwidth=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="4"&gt;10&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="4"&gt;%];&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="4"&gt;define&lt;/FONT&gt;&lt;FONT face="Courier New" size="4"&gt; defcredt / &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="4"&gt;style&lt;/FONT&gt;&lt;FONT face="Courier New" size="4"&gt;=[cellwidth=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="4"&gt;10&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="4"&gt;%];&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="4"&gt;define&lt;/FONT&gt;&lt;FONT face="Courier New" size="4"&gt; defmonddt / &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="4"&gt;style&lt;/FONT&gt;&lt;FONT face="Courier New" size="4"&gt;=[cellwidth=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="4"&gt;10&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="4"&gt;%];&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="4"&gt;define&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="4"&gt;id&lt;/FONT&gt;&lt;FONT face="Courier New" size="4"&gt; / &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="4"&gt;style&lt;/FONT&gt;&lt;FONT face="Courier New" size="4"&gt;=[cellwidth=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="4"&gt;10&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="4"&gt;%];&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="4"&gt;define&lt;/FONT&gt;&lt;FONT face="Courier New" size="4"&gt; ldesc / &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="4"&gt;style&lt;/FONT&gt;&lt;FONT face="Courier New" size="4"&gt;=[cellwidth=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="4"&gt;50&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="4"&gt;%];&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="4"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="4"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="4"&gt;ods&lt;/FONT&gt;&lt;FONT face="Courier New" size="4"&gt; &amp;amp;&lt;/FONT&gt;&lt;FONT color="#008080" face="Courier New" size="4"&gt;exf.&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="4"&gt;close&lt;/FONT&gt;&lt;FONT face="Courier New" size="4"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="4"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.JPG" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/30786iAB1D8AD968C930F0/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.JPG" alt="Capture.JPG" /&gt;&lt;/span&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jul 2019 20:59:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-rtf-and-pdf-issue/m-p/571507#M22959</guid>
      <dc:creator>Niugg2010</dc:creator>
      <dc:date>2019-07-05T20:59:47Z</dc:date>
    </item>
    <item>
      <title>Re: ods rtf and pdf issue</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-rtf-and-pdf-issue/m-p/571582#M22960</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; PDF is not "happy" if you try to over-control the width as you show. I find that if I simplify your code and only specify the overall width and make sure that the margins are set, then both RTF and PDF produce nice looking output:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="not_overcontrol_width.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/30805i54422947F414A218/image-size/large?v=v2&amp;amp;px=999" role="button" title="not_overcontrol_width.png" alt="not_overcontrol_width.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want more "real estate" for displaying long text fields, you might consider landscape orientation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps,&lt;/P&gt;
&lt;P&gt;Cynthia&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 06 Jul 2019 16:06:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-rtf-and-pdf-issue/m-p/571582#M22960</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2019-07-06T16:06:44Z</dc:date>
    </item>
    <item>
      <title>Re: ods rtf and pdf issue</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-rtf-and-pdf-issue/m-p/571863#M22966</link>
      <description>&lt;P&gt;Cynthia,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Thanks a lot.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;George&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jul 2019 17:07:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-rtf-and-pdf-issue/m-p/571863#M22966</guid>
      <dc:creator>Niugg2010</dc:creator>
      <dc:date>2019-07-08T17:07:11Z</dc:date>
    </item>
  </channel>
</rss>

