<?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 WARNING: WIDTH exceeds available space for RTF destination. Setting WIDTH=984px. in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/WARNING-WIDTH-exceeds-available-space-for-RTF-destination/m-p/921778#M362985</link>
    <description>&lt;P&gt;Dear All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Greetings!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am seeing above warning for a graph. I am not able to understand what exact changes I should make in the programme to remove this warning.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Following line is available in the programme:&lt;/P&gt;
&lt;P&gt;ods graphics / width=1575 height=650 attrpriority=none;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have tried using papersize = (40in 20in); etc. as mentioned by&amp;nbsp;&lt;A class="trigger-hovercard" href="https://communities.sas.com/t5/user/viewprofilepage/user-id/18408" target="_blank" rel="noopener"&gt;Ksharp&lt;/A&gt;&amp;nbsp;in &lt;A href="https://communities.sas.com/t5/ODS-and-Base-Reporting/Width-exceeds-layout-width-message-with-ods-layout-absolute/td-p/241870" target="_self"&gt;this&lt;/A&gt; thread, but I am not able to remove the warning. I request to kindly help. Thanks in advance.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanking you,&lt;/P&gt;
&lt;P&gt;Yours sincerely,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- Dr. Abhijeet Safai&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 26 Mar 2024 12:06:32 GMT</pubDate>
    <dc:creator>DrAbhijeetSafai</dc:creator>
    <dc:date>2024-03-26T12:06:32Z</dc:date>
    <item>
      <title>WARNING: WIDTH exceeds available space for RTF destination. Setting WIDTH=984px.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/WARNING-WIDTH-exceeds-available-space-for-RTF-destination/m-p/921778#M362985</link>
      <description>&lt;P&gt;Dear All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Greetings!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am seeing above warning for a graph. I am not able to understand what exact changes I should make in the programme to remove this warning.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Following line is available in the programme:&lt;/P&gt;
&lt;P&gt;ods graphics / width=1575 height=650 attrpriority=none;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have tried using papersize = (40in 20in); etc. as mentioned by&amp;nbsp;&lt;A class="trigger-hovercard" href="https://communities.sas.com/t5/user/viewprofilepage/user-id/18408" target="_blank" rel="noopener"&gt;Ksharp&lt;/A&gt;&amp;nbsp;in &lt;A href="https://communities.sas.com/t5/ODS-and-Base-Reporting/Width-exceeds-layout-width-message-with-ods-layout-absolute/td-p/241870" target="_self"&gt;this&lt;/A&gt; thread, but I am not able to remove the warning. I request to kindly help. Thanks in advance.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanking you,&lt;/P&gt;
&lt;P&gt;Yours sincerely,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- Dr. Abhijeet Safai&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2024 12:06:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/WARNING-WIDTH-exceeds-available-space-for-RTF-destination/m-p/921778#M362985</guid>
      <dc:creator>DrAbhijeetSafai</dc:creator>
      <dc:date>2024-03-26T12:06:32Z</dc:date>
    </item>
    <item>
      <title>Re: WARNING: WIDTH exceeds available space for RTF destination. Setting WIDTH=984px.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/WARNING-WIDTH-exceeds-available-space-for-RTF-destination/m-p/921791#M362990</link>
      <description>&lt;P&gt;I strongly suggest using a unit whenever addressing the width or height of a graphics element.&lt;/P&gt;
&lt;P&gt;And I avoid PX as a unit, which it seems that&amp;nbsp; your system is using as a default, as there is no standard size for a pixel. So you never quite know what the translation between pixels to MM, CM or IN definitions of a printed page.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PAPERSIZE would mostly be appropriate to output destinations that emulate print output such as PDF or RTF. Depending on your currently open ODS destinations it would not effect destinations like HTML. I think that you want to set the Papersize before an ODS destination statement for consistent use.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2024 13:49:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/WARNING-WIDTH-exceeds-available-space-for-RTF-destination/m-p/921791#M362990</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2024-03-26T13:49:27Z</dc:date>
    </item>
    <item>
      <title>Re: WARNING: WIDTH exceeds available space for RTF destination. Setting WIDTH=984px.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/WARNING-WIDTH-exceeds-available-space-for-RTF-destination/m-p/921835#M363008</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13884"&gt;@ballardw&lt;/a&gt;&amp;nbsp; for rightly suggesting to use papersize option &lt;EM&gt;before&lt;/EM&gt; ODS destination statement. That has allowed me to see that whatever I am doing is taking effect. However, I am still struggling to remove the warning. I will keep working on this and will you know once I am able to remove the warning.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the meanwhile, if you or others wants to suggest me some other way to remove the warning, they are welcome.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- Dr. Abhijeet Safai&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2024 17:31:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/WARNING-WIDTH-exceeds-available-space-for-RTF-destination/m-p/921835#M363008</guid>
      <dc:creator>DrAbhijeetSafai</dc:creator>
      <dc:date>2024-03-26T17:31:46Z</dc:date>
    </item>
    <item>
      <title>Re: WARNING: WIDTH exceeds available space for RTF destination. Setting WIDTH=984px.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/WARNING-WIDTH-exceeds-available-space-for-RTF-destination/m-p/921845#M363012</link>
      <description>&lt;P&gt;The problem is solved. What solved the problem is change of width and height at ods graphics options.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Earlier it was -&amp;nbsp;ods graphics / width=&lt;STRONG&gt;1575&lt;/STRONG&gt; height=650 attrpriority=none;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;which I changed to -&amp;nbsp;ods graphics / width=&lt;STRONG&gt;900&lt;/STRONG&gt; height=450 attrpriority=none;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And that solved the problem. The warning is removed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- Dr. Abhijeet Safai&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2024 18:24:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/WARNING-WIDTH-exceeds-available-space-for-RTF-destination/m-p/921845#M363012</guid>
      <dc:creator>DrAbhijeetSafai</dc:creator>
      <dc:date>2024-03-26T18:24:44Z</dc:date>
    </item>
    <item>
      <title>Re: WARNING: WIDTH exceeds available space for RTF destination. Setting WIDTH=984px.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/WARNING-WIDTH-exceeds-available-space-for-RTF-destination/m-p/921900#M363053</link>
      <description>&lt;P&gt;You need put the following statement at top of your code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods _all_ close;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 27 Mar 2024 02:26:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/WARNING-WIDTH-exceeds-available-space-for-RTF-destination/m-p/921900#M363053</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2024-03-27T02:26:36Z</dc:date>
    </item>
    <item>
      <title>Re: WARNING: WIDTH exceeds available space for RTF destination. Setting WIDTH=984px.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/WARNING-WIDTH-exceeds-available-space-for-RTF-destination/m-p/921909#M363062</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/18408"&gt;@Ksharp&lt;/a&gt;&amp;nbsp;for your response!&lt;/P&gt;
&lt;P&gt;While&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods _all_ close;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;is not there, but there is&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods listing close;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;and that is doing the work I think. However, I have also added ods _all_ close; now.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks once again&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/18408"&gt;@Ksharp&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- Dr. Abhijeet Safai&lt;/P&gt;</description>
      <pubDate>Wed, 27 Mar 2024 03:56:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/WARNING-WIDTH-exceeds-available-space-for-RTF-destination/m-p/921909#M363062</guid>
      <dc:creator>DrAbhijeetSafai</dc:creator>
      <dc:date>2024-03-27T03:56:27Z</dc:date>
    </item>
  </channel>
</rss>

