<?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: How do you suspend generation of output to an ODS destination? in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-do-you-suspend-generation-of-output-to-an-ODS-destination/m-p/503074#M21879</link>
    <description>&lt;P&gt;For a longer explanation of ODS CLOSE, see&amp;nbsp;&lt;A href="https://blogs.sas.com/content/iml/2015/05/26/suppress-ods.html" target="_self"&gt;"What is the best way to suppress ODS output in SAS?"&lt;/A&gt;&amp;nbsp;The article also describes the use of the NOPRINT option, which is available in some of the old SAS procedures.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For programmers who might be tempted to use ODS _ALL_ CLOSE instead, don't do it. ODS CLOSE has several advantages, which you can read about in&amp;nbsp;the article &lt;A href="https://blogs.sas.com/content/iml/2015/05/28/five-reasons-ods-exclude.html" target="_self"&gt;"Five reasons to use ODS EXCLUDE to suppress SAS output."&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 10 Oct 2018 13:21:04 GMT</pubDate>
    <dc:creator>Rick_SAS</dc:creator>
    <dc:date>2018-10-10T13:21:04Z</dc:date>
    <item>
      <title>How do you suspend generation of output to an ODS destination?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-do-you-suspend-generation-of-output-to-an-ODS-destination/m-p/43#M1</link>
      <description>&lt;P&gt;Occasionally you might want to suspend output generation to a destination. You don't want to close it per se; you simply want to disable it for a while, then re-enable it. Closing the destination may not work anyway. (HTML can be closed and reopened with careful use of NO_BOTTOM_MATTER, NO_TOP_MATTER and file appending, but you're out of luck with PDF, for example.) What to do?&lt;BR /&gt; &lt;BR /&gt; To suspend output, you can use the ODS SELECT/EXCLUDE statement. Imagine that you have an ODS HTML destination open. To suspend it, just say:&lt;BR /&gt;&lt;BR /&gt; &lt;STRONG&gt;ods html select none;&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt; or:&lt;BR /&gt;&lt;BR /&gt; &lt;STRONG&gt;ods html exclude all;&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt; When you're ready to resume ODS HTML output, say:&lt;BR /&gt;&lt;BR /&gt; &lt;STRONG&gt;ods html select all;&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt; or:&lt;BR /&gt;&lt;BR /&gt; &lt;STRONG&gt;ods html exclude none;&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt; -- David Kelley, SAS&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Oct 2018 22:53:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-do-you-suspend-generation-of-output-to-an-ODS-destination/m-p/43#M1</guid>
      <dc:creator>David_SAS</dc:creator>
      <dc:date>2018-10-09T22:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: How do you suspend generation of output to an ODS destination?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-do-you-suspend-generation-of-output-to-an-ODS-destination/m-p/503074#M21879</link>
      <description>&lt;P&gt;For a longer explanation of ODS CLOSE, see&amp;nbsp;&lt;A href="https://blogs.sas.com/content/iml/2015/05/26/suppress-ods.html" target="_self"&gt;"What is the best way to suppress ODS output in SAS?"&lt;/A&gt;&amp;nbsp;The article also describes the use of the NOPRINT option, which is available in some of the old SAS procedures.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For programmers who might be tempted to use ODS _ALL_ CLOSE instead, don't do it. ODS CLOSE has several advantages, which you can read about in&amp;nbsp;the article &lt;A href="https://blogs.sas.com/content/iml/2015/05/28/five-reasons-ods-exclude.html" target="_self"&gt;"Five reasons to use ODS EXCLUDE to suppress SAS output."&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Oct 2018 13:21:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-do-you-suspend-generation-of-output-to-an-ODS-destination/m-p/503074#M21879</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2018-10-10T13:21:04Z</dc:date>
    </item>
  </channel>
</rss>

