<?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: Disable-WARNING: No output destinations active. in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Disable-WARNING-No-output-destinations-active/m-p/418010#M19941</link>
    <description>&lt;P&gt;Closing all destinations has never been the proper way to disable displayed output.&amp;nbsp; As David said, use ODS SELECT NONE/ALL or ODS EXCLUDE ALL/NONE.&amp;nbsp; The warning is&amp;nbsp;helpful and should remain.&lt;/P&gt;</description>
    <pubDate>Sun, 03 Dec 2017 15:58:16 GMT</pubDate>
    <dc:creator>WarrenKuhfeld</dc:creator>
    <dc:date>2017-12-03T15:58:16Z</dc:date>
    <item>
      <title>Disable-WARNING: No output destinations active.</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Disable-WARNING-No-output-destinations-active/m-p/41204#M5623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a way to disable this warning?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a macro program in which I have PURPOSELY turned-off all destinations and am using old-fashion OUTPUT statements on various PROCs (e.g., UNIVARIATE and SUMMARY) to get the output into datasets that I later summarize via various ODS destinations (in the program in question I'm outputting to the RTF and TAGSETS.EXCELXP destinations) --- and I don't want any output from the PROCs in question otherwise (I've also got 'ods results off' set) --- &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--- BUT I don't want the WARNING in the log (I'm actually redirecting the log via PROC PRINTTO), as I want my end users to review the log for "real" errors and warnings --- so I just want to turn of that particular warning, so they aren't distracted by so many of the same (in this case) meaningless warnings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is that possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TIA &lt;/P&gt;&lt;DIV class="mcePaste" id="_mcePaste" style="position: absolute; width: 1px; height: 1px; overflow: hidden; top: 0px; left: -10000px;"&gt;﻿&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Aug 2011 21:18:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Disable-WARNING-No-output-destinations-active/m-p/41204#M5623</guid>
      <dc:creator>AllenEBingham</dc:creator>
      <dc:date>2011-08-02T21:18:29Z</dc:date>
    </item>
    <item>
      <title>Disable-WARNING: No output destinations active.</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Disable-WARNING-No-output-destinations-active/m-p/41205#M5624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many procs have NOPRINT options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could also try re-directing listing to a null device.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;* Unix ;&lt;/P&gt;&lt;P&gt;ods listing file='/dev/null' ;&lt;/P&gt;&lt;P&gt;* PC ;&lt;/P&gt;&lt;P&gt;ods listing file='nul:';&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2011 00:39:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Disable-WARNING-No-output-destinations-active/m-p/41205#M5624</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2011-08-03T00:39:56Z</dc:date>
    </item>
    <item>
      <title>Disable-WARNING: No output destinations active.</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Disable-WARNING-No-output-destinations-active/m-p/41206#M5625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Allen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;ods select none;&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;-- David Kelley, SAS &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2011 10:43:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Disable-WARNING-No-output-destinations-active/m-p/41206#M5625</guid>
      <dc:creator>DavidK_SAS</dc:creator>
      <dc:date>2011-08-03T10:43:49Z</dc:date>
    </item>
    <item>
      <title>Disable-WARNING: No output destinations active.</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Disable-WARNING-No-output-destinations-active/m-p/41207#M5626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Worked great, when I used your suggestion INSTEAD of closing all ODS destinations (I assume you intended that).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks-Allen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2011 15:30:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Disable-WARNING-No-output-destinations-active/m-p/41207#M5626</guid>
      <dc:creator>AllenEBingham</dc:creator>
      <dc:date>2011-08-03T15:30:25Z</dc:date>
    </item>
    <item>
      <title>Disable-WARNING: No output destinations active.</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Disable-WARNING-No-output-destinations-active/m-p/41208#M5627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Tom,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I already was using the NOPRINT in the procedures that needed that (e.g, UNIVARIATE), and the other I was using (SUMMARY) doesn't produce 'printed' results. I didn't try your suggestion of routing the LISTING to "null", since in SAS 9.3 the default ouput destination is not LISTING ... and I found David Kelley's later answer to work. Thanks for the suggestion anyway.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take care-Allen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2011 15:33:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Disable-WARNING-No-output-destinations-active/m-p/41208#M5627</guid>
      <dc:creator>AllenEBingham</dc:creator>
      <dc:date>2011-08-03T15:33:20Z</dc:date>
    </item>
    <item>
      <title>Re: Disable-WARNING: No output destinations active.</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Disable-WARNING-No-output-destinations-active/m-p/41209#M5628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tom,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was looking for a solution to suppress listing, but output HTML. ‘ODS select none’ disables all destinations including HTML.&amp;nbsp; Your solution with re-directing listing to a null device removes listings only.&amp;nbsp; I knew how to redirect in DOS batch script: ‘ &amp;gt; nul’, but did not realize that the same syntax can be used in SAS code.&amp;nbsp; A simple Google search brought me to this discussion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2012 21:37:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Disable-WARNING-No-output-destinations-active/m-p/41209#M5628</guid>
      <dc:creator>IJU</dc:creator>
      <dc:date>2012-05-30T21:37:08Z</dc:date>
    </item>
    <item>
      <title>Re: Disable-WARNING: No output destinations active.</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Disable-WARNING-No-output-destinations-active/m-p/242255#M15025</link>
      <description>&lt;P&gt;Can anyone tell me the differance with this code lines below?&lt;BR /&gt;My suppervisor instructed me to use the later, but I keep getting the warning discribed in this thread.&amp;nbsp; -KJ&lt;/P&gt;
&lt;P&gt;:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods select none;

ods listing close;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jan 2016 18:36:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Disable-WARNING-No-output-destinations-active/m-p/242255#M15025</guid>
      <dc:creator>kjohnsonm</dc:creator>
      <dc:date>2016-01-07T18:36:52Z</dc:date>
    </item>
    <item>
      <title>Re: Disable-WARNING: No output destinations active.</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Disable-WARNING-No-output-destinations-active/m-p/418002#M19939</link>
      <description>&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please see my problem, I have posted it in my profile..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sun, 03 Dec 2017 11:57:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Disable-WARNING-No-output-destinations-active/m-p/418002#M19939</guid>
      <dc:creator>Mohkad</dc:creator>
      <dc:date>2017-12-03T11:57:45Z</dc:date>
    </item>
    <item>
      <title>Re: Disable-WARNING: No output destinations active.</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Disable-WARNING-No-output-destinations-active/m-p/418010#M19941</link>
      <description>&lt;P&gt;Closing all destinations has never been the proper way to disable displayed output.&amp;nbsp; As David said, use ODS SELECT NONE/ALL or ODS EXCLUDE ALL/NONE.&amp;nbsp; The warning is&amp;nbsp;helpful and should remain.&lt;/P&gt;</description>
      <pubDate>Sun, 03 Dec 2017 15:58:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Disable-WARNING-No-output-destinations-active/m-p/418010#M19941</guid>
      <dc:creator>WarrenKuhfeld</dc:creator>
      <dc:date>2017-12-03T15:58:16Z</dc:date>
    </item>
  </channel>
</rss>

