<?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: Suppress Output to Results Window in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Suppress-Output-to-Results-Window/m-p/866630#M26237</link>
    <description>&lt;P&gt;You can use:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ODS Listing Close;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;to turn off sending output to results.&amp;nbsp; For example:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods listing close;
ods pdf file="...";
proc print;
run;
ods pdf close;
ods listing;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Mon, 27 Mar 2023 20:36:40 GMT</pubDate>
    <dc:creator>Quentin</dc:creator>
    <dc:date>2023-03-27T20:36:40Z</dc:date>
    <item>
      <title>Suppress Output to Results Window</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Suppress-Output-to-Results-Window/m-p/866629#M26236</link>
      <description>&lt;P&gt;Hello SAS users:&lt;/P&gt;&lt;P&gt;I wrote a program that produces a graph. But I don’t want my graph to output to both my results window and a separate report. Is there a way I can have this graph output only to my ODS destination?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 27 Mar 2023 20:25:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Suppress-Output-to-Results-Window/m-p/866629#M26236</guid>
      <dc:creator>e1rik2</dc:creator>
      <dc:date>2023-03-27T20:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress Output to Results Window</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Suppress-Output-to-Results-Window/m-p/866630#M26237</link>
      <description>&lt;P&gt;You can use:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ODS Listing Close;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;to turn off sending output to results.&amp;nbsp; For example:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods listing close;
ods pdf file="...";
proc print;
run;
ods pdf close;
ods listing;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 27 Mar 2023 20:36:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Suppress-Output-to-Results-Window/m-p/866630#M26237</guid>
      <dc:creator>Quentin</dc:creator>
      <dc:date>2023-03-27T20:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress Output to Results Window</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Suppress-Output-to-Results-Window/m-p/866706#M26239</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods _all_ close;
ods noresults;
ods rtf file='c:\temp\temp.rtf';
proc sgplot data=sashelp.class;
scatter x=weight y=height/datalabel=name group=sex;
run;
ods rtf close;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 28 Mar 2023 11:52:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Suppress-Output-to-Results-Window/m-p/866706#M26239</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2023-03-28T11:52:11Z</dc:date>
    </item>
  </channel>
</rss>

