<?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: Opening ODS listing after Closing: ODS LISTING; doesn't work in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Opening-ODS-listing-after-Closing-ODS-LISTING-doesn-t-work/m-p/251560#M15285</link>
    <description>&lt;P&gt;I must have done ODS NORESULTS somehow.&amp;nbsp; ODS RESULTS fixed it.&amp;nbsp; I don't know why I couldn't find this solution elsewhere. Thanks so much for the solution, Reeza!&lt;/P&gt;</description>
    <pubDate>Mon, 22 Feb 2016 15:28:02 GMT</pubDate>
    <dc:creator>ewgrashorn</dc:creator>
    <dc:date>2016-02-22T15:28:02Z</dc:date>
    <item>
      <title>Opening ODS listing after Closing: ODS LISTING; doesn't work</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Opening-ODS-listing-after-Closing-ODS-LISTING-doesn-t-work/m-p/251291#M15275</link>
      <description>&lt;P&gt;Hi SAS Community,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am using SAS 9.4 and I (accidentially) closed ODS LISTING by doing "&lt;STRONG&gt;ODS _ALL_ CLOSE;"&lt;/STRONG&gt; and now I can't get my output back.&amp;nbsp; I have done "ODS LISTING;" and it doesn't fix it; all proc statements run but nothing shows up in the results pane and nothing appears in the output window.&amp;nbsp; When I do "ods listing show;" I get this output:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2307&amp;nbsp; ods listing show;&lt;BR /&gt;Current LISTING select list is set to default value (ALL).&lt;BR /&gt;Current OVERALL select list is: NONE&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can anyone else help me?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;BR /&gt;Eric&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2016 21:31:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Opening-ODS-listing-after-Closing-ODS-LISTING-doesn-t-work/m-p/251291#M15275</guid>
      <dc:creator>ewgrashorn</dc:creator>
      <dc:date>2016-02-19T21:31:56Z</dc:date>
    </item>
    <item>
      <title>Re: Opening ODS listing after Closing: ODS LISTING; doesn't work</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Opening-ODS-listing-after-Closing-ODS-LISTING-doesn-t-work/m-p/251296#M15276</link>
      <description>&lt;P&gt;Default with 9.4 is HTML not Listing.&lt;/P&gt;
&lt;P&gt;You may need to provide a PATH to work with that if setting with code&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ODS HTML &amp;lt;path&amp;gt;;&lt;/P&gt;
&lt;P&gt;where path points to a location you can write to.&lt;/P&gt;
&lt;P&gt;Or go to the menu Tool&amp;gt;Options&amp;gt;Preferences&amp;gt;Results and see if the HTML box is checked, if not check it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And I HATE all the examples floating around with the _ALL_ Close.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2016 22:09:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Opening-ODS-listing-after-Closing-ODS-LISTING-doesn-t-work/m-p/251296#M15276</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-02-19T22:09:00Z</dc:date>
    </item>
    <item>
      <title>Re: Opening ODS listing after Closing: ODS LISTING; doesn't work</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Opening-ODS-listing-after-Closing-ODS-LISTING-doesn-t-work/m-p/251297#M15277</link>
      <description>&lt;P&gt;Just a thought, do you have the results window open? You should only need:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods listing;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The default in 9.4 is HTML though, which would be:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods html;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2016 22:10:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Opening-ODS-listing-after-Closing-ODS-LISTING-doesn-t-work/m-p/251297#M15277</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-02-19T22:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: Opening ODS listing after Closing: ODS LISTING; doesn't work</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Opening-ODS-listing-after-Closing-ODS-LISTING-doesn-t-work/m-p/251558#M15283</link>
      <description>&lt;P&gt;Sorry, I should have clarified that in this session I set my preferences to revert back to the SAS 9.2 way of display (under Tools/Preferences uncheck "Create HTML", uncheck "Use ODS Graphics" and check "Create Listing".&amp;nbsp; The only reason I was mucking about with all of this is I was trying to get all output to always show up in the Output window (instead of sometimes showing up in the Results Viewer.)&amp;nbsp; I must have screwed things up beyond where I can fix them.&amp;nbsp; One note is that nothing shows up in the Results Window (not Results Viewer, but the Results Window or Panel or whatever it is called) whenever I run a proc.&amp;nbsp; The log indicates that the proc has run, but like I said, no output shows up.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Feb 2016 15:16:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Opening-ODS-listing-after-Closing-ODS-LISTING-doesn-t-work/m-p/251558#M15283</guid>
      <dc:creator>ewgrashorn</dc:creator>
      <dc:date>2016-02-22T15:16:13Z</dc:date>
    </item>
    <item>
      <title>Re: Opening ODS listing after Closing: ODS LISTING; doesn't work</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Opening-ODS-listing-after-Closing-ODS-LISTING-doesn-t-work/m-p/251559#M15284</link>
      <description>&lt;P&gt;Did you accidently use ODS NORESULTS? Or ODS exclude?&lt;/P&gt;
&lt;P&gt;Does the following&amp;nbsp;change anything?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ODS RESULTS;
ODS SELECT ALL;
ODS LISTING;
Proc Means data=sashelp.class;run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Feb 2016 15:24:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Opening-ODS-listing-after-Closing-ODS-LISTING-doesn-t-work/m-p/251559#M15284</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-02-22T15:24:56Z</dc:date>
    </item>
    <item>
      <title>Re: Opening ODS listing after Closing: ODS LISTING; doesn't work</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Opening-ODS-listing-after-Closing-ODS-LISTING-doesn-t-work/m-p/251560#M15285</link>
      <description>&lt;P&gt;I must have done ODS NORESULTS somehow.&amp;nbsp; ODS RESULTS fixed it.&amp;nbsp; I don't know why I couldn't find this solution elsewhere. Thanks so much for the solution, Reeza!&lt;/P&gt;</description>
      <pubDate>Mon, 22 Feb 2016 15:28:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Opening-ODS-listing-after-Closing-ODS-LISTING-doesn-t-work/m-p/251560#M15285</guid>
      <dc:creator>ewgrashorn</dc:creator>
      <dc:date>2016-02-22T15:28:02Z</dc:date>
    </item>
    <item>
      <title>Re: Opening ODS listing after Closing: ODS LISTING; doesn't work</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Opening-ODS-listing-after-Closing-ODS-LISTING-doesn-t-work/m-p/251561#M15286</link>
      <description>&lt;P&gt;One of the answers I know, because I've done it&amp;nbsp;&lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://communities.sas.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Feb 2016 15:32:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Opening-ODS-listing-after-Closing-ODS-LISTING-doesn-t-work/m-p/251561#M15286</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-02-22T15:32:21Z</dc:date>
    </item>
  </channel>
</rss>

