<?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: Hide &amp;quot;Results Viewer&amp;quot; in 9.3 in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Hide-quot-Results-Viewer-quot-in-9-3/m-p/102563#M9755</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I disable Create HTML in the preferences,I get my excel output, results viewer still opens. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Apr 2013 17:47:23 GMT</pubDate>
    <dc:creator>wcpatton</dc:creator>
    <dc:date>2013-04-10T17:47:23Z</dc:date>
    <item>
      <title>Hide "Results Viewer" in 9.3</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Hide-quot-Results-Viewer-quot-in-9-3/m-p/102556#M9748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't want this window to open, but I can't seem to disable it while still having my ODS HTML outputs generate their spreadsheets.....&amp;nbsp; Help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Apr 2013 14:59:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Hide-quot-Results-Viewer-quot-in-9-3/m-p/102556#M9748</guid>
      <dc:creator>wcpatton</dc:creator>
      <dc:date>2013-04-09T14:59:56Z</dc:date>
    </item>
    <item>
      <title>Re: Hide "Results Viewer" in 9.3</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Hide-quot-Results-Viewer-quot-in-9-3/m-p/102557#M9749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can turn off the ods listing destination by using&lt;/P&gt;&lt;P&gt;ods listing off;&lt;/P&gt;&lt;P&gt;before running your code.&lt;/P&gt;&lt;P&gt;You can also check a box in options that says do not view results as they are generated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Apr 2013 15:06:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Hide-quot-Results-Viewer-quot-in-9-3/m-p/102557#M9749</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2013-04-09T15:06:40Z</dc:date>
    </item>
    <item>
      <title>Re: Hide "Results Viewer" in 9.3</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Hide-quot-Results-Viewer-quot-in-9-3/m-p/102558#M9750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Analyze this sequence&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc print data=sashelp.class;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods html close;&lt;/P&gt;&lt;P&gt;ods preferences;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods results=off;&lt;/P&gt;&lt;P&gt;ods listing;&lt;/P&gt;&lt;P&gt;proc print data=sashelp.class;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods html path="%sysfunc(pathname (WORK) ) ";&lt;/P&gt;&lt;P&gt;ods results=on;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc print data=sashelp.class;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods html close;&lt;/P&gt;&lt;P&gt; ods results=off;&lt;/P&gt;&lt;P&gt; ods html file="d:\pseudoexcel.xls" style=minimal;&lt;/P&gt;&lt;P&gt; proc print data=sashelp.class;run;&lt;/P&gt;&lt;P&gt; ods html close;&lt;/P&gt;&lt;P&gt; ods results=on;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Apr 2013 15:12:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Hide-quot-Results-Viewer-quot-in-9-3/m-p/102558#M9750</guid>
      <dc:creator>Andre</dc:creator>
      <dc:date>2013-04-09T15:12:34Z</dc:date>
    </item>
    <item>
      <title>Re: Hide "Results Viewer" in 9.3</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Hide-quot-Results-Viewer-quot-in-9-3/m-p/102559#M9751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Andre,&lt;/P&gt;&lt;P&gt;Running that code I get the results viewer window, but no excel output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Preferences - Results options do not seem to give me the opposite with any combination.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want &lt;STRONG&gt;No &lt;/STRONG&gt;results viewer, output only to excel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I run the ODS once and get this kind of error:&lt;/P&gt;&lt;P&gt;ERROR: A component of C:\SAS\Work\_TD5324_PC2UA2120QB8_\G:\REPORTS\fakename&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;.xls is not a directory.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;ERROR: No body file. HTML output will not be created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I run it again, then I get no error.&amp;nbsp; WTF 9.3?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Apr 2013 15:33:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Hide-quot-Results-Viewer-quot-in-9-3/m-p/102559#M9751</guid>
      <dc:creator>wcpatton</dc:creator>
      <dc:date>2013-04-10T15:33:53Z</dc:date>
    </item>
    <item>
      <title>Re: Hide "Results Viewer" in 9.3</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Hide-quot-Results-Viewer-quot-in-9-3/m-p/102560#M9752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Andre's code demonstrates how to turn the output on and off. If you go through it step by step you should be able to determine the settings you need. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, your results view has 2 proc prints, but 3 were submitted.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Apr 2013 15:38:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Hide-quot-Results-Viewer-quot-in-9-3/m-p/102560#M9752</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2013-04-10T15:38:42Z</dc:date>
    </item>
    <item>
      <title>Re: Hide "Results Viewer" in 9.3</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Hide-quot-Results-Viewer-quot-in-9-3/m-p/102561#M9753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm running exactly the same code I was in 9.2, so it's not the code.&amp;nbsp; It's something with the new system options that I need reset.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Apr 2013 16:03:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Hide-quot-Results-Viewer-quot-in-9-3/m-p/102561#M9753</guid>
      <dc:creator>wcpatton</dc:creator>
      <dc:date>2013-04-10T16:03:10Z</dc:date>
    </item>
    <item>
      <title>Re: Hide "Results Viewer" in 9.3</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Hide-quot-Results-Viewer-quot-in-9-3/m-p/102562#M9754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp; The Results Viewer is part of SAS. To turn off the "automatic" HTML that's created in the 9.3 Windowing Environment, you need to follow the Tools--&amp;gt; Options --&amp;gt; Preferences --&amp;gt; Results path from the menu and change your options. Or you have to issue code (as Andre suggested). If you ALWAYS want your output to go to Excel (via ODS), then you have to take "full control" of the ODS statements, as described in this paper.&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/resources/papers/proceedings12/250-2012.pdf" title="http://support.sas.com/resources/papers/proceedings12/250-2012.pdf"&gt;http://support.sas.com/resources/papers/proceedings12/250-2012.pdf&lt;/A&gt; (choice #3)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; In addition to using the "full control" method, you might also want to change your options to turn off the automatic HTML creation just to make your life easier. The Results Viewer only comes into play when HTML is turned on automatically. The Results Viewer window is merely giving you a way inside SAS to navigate to the output files you've created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Apr 2013 16:15:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Hide-quot-Results-Viewer-quot-in-9-3/m-p/102562#M9754</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2013-04-10T16:15:40Z</dc:date>
    </item>
    <item>
      <title>Re: Hide "Results Viewer" in 9.3</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Hide-quot-Results-Viewer-quot-in-9-3/m-p/102563#M9755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I disable Create HTML in the preferences,I get my excel output, results viewer still opens. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Apr 2013 17:47:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Hide-quot-Results-Viewer-quot-in-9-3/m-p/102563#M9755</guid>
      <dc:creator>wcpatton</dc:creator>
      <dc:date>2013-04-10T17:47:23Z</dc:date>
    </item>
    <item>
      <title>Re: Hide "Results Viewer" in 9.3</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Hide-quot-Results-Viewer-quot-in-9-3/m-p/102564#M9756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try ods noresults; before your code.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Apr 2013 18:22:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Hide-quot-Results-Viewer-quot-in-9-3/m-p/102564#M9756</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2013-04-10T18:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: Hide "Results Viewer" in 9.3</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Hide-quot-Results-Viewer-quot-in-9-3/m-p/102565#M9757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;wcpatton,&lt;/P&gt;&lt;P&gt;Read now my comment of the code: the comments of Reeza and Cynthia are welcome.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;* now with comments&amp;nbsp; and one apologize about the implicit context;&lt;/P&gt;&lt;P&gt;* i was supposing you were with those implit rules&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ods graphics on / results drected to the internal browser/ods html 9.3 by default;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc print data=sashelp.class;run;&lt;/P&gt;&lt;P&gt;* appearing in the results viwer as html;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods html close;&lt;/P&gt;&lt;P&gt;*closing html so that perhaps you want another ods destination;&lt;/P&gt;&lt;P&gt;ods preferences;&lt;/P&gt;&lt;P&gt;* to be free to restart eventually the ods html in order to produce&lt;/P&gt;&lt;P&gt;another html file;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods results=off;&lt;/P&gt;&lt;P&gt;* now you said no results viewer : in consequence i close the results viewer;&lt;/P&gt;&lt;P&gt;* and you have the possibility to produce listing text results in the OUTPUT windows&lt;/P&gt;&lt;P&gt; which is different from the results viewer;&lt;/P&gt;&lt;P&gt;ods listing;&lt;/P&gt;&lt;P&gt;proc print data=sashelp.class;run;&lt;/P&gt;&lt;P&gt;*you see it in the output windows!;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods html path="%sysfunc(pathname (WORK) ) ";&lt;/P&gt;&lt;P&gt;* this is the only way to restart producing in the implicit &lt;/P&gt;&lt;P&gt;destination&amp;nbsp; html under 9.3&amp;nbsp; in the work so that at the end you &lt;/P&gt;&lt;P&gt;don't have to delete all the attemps html+png you may have produced&lt;/P&gt;&lt;P&gt;as try...&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;* but;&lt;/P&gt;&lt;P&gt;ods results=on;&lt;/P&gt;&lt;P&gt;* you have to open results again to permit the results viwer to work again;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc print data=sashelp.class;run;&lt;/P&gt;&lt;P&gt;* you have seen a new results in html (a new file&amp;nbsp; in the work) in the results viewer;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods html close;&lt;/P&gt;&lt;P&gt;* closing again the results viewer in order to only produce a xls file&lt;/P&gt;&lt;P&gt;that will not open in the results viewer through the ods html xls suffix trick;&lt;/P&gt;&lt;P&gt;ods results=off;&lt;/P&gt;&lt;P&gt;*therefor as my/yours? implicit setting is opening inside the internal viewer&lt;/P&gt;&lt;P&gt;i need to close the results&amp;nbsp; to SILENT producie thepseudo xls file avoiding&lt;/P&gt;&lt;P&gt;the opening of the internal results viewer!;&lt;/P&gt;&lt;P&gt;ods html file="d:\pseudoexcel.xls" style=minimal;&lt;/P&gt;&lt;P&gt;proc print data=sashelp.class;run;&lt;/P&gt;&lt;P&gt;ods html close;&lt;/P&gt;&lt;P&gt;* did you see something no!;&lt;/P&gt;&lt;P&gt;*but you have your excel file;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;* if your settings (see Cynthia answer) were opening&amp;nbsp; with firefox or IE&lt;/P&gt;&lt;P&gt;&amp;nbsp; and not in the results viewer&amp;nbsp; , all that behavior would appear different&lt;/P&gt;&lt;P&gt;and the explained logic have to be changed;&lt;/P&gt;&lt;P&gt;ods results on;&lt;/P&gt;&lt;P&gt;* turn&amp;nbsp; now the results on again to work again normally &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; and open your desired destination&amp;nbsp;&amp;nbsp; : attention&amp;nbsp; as i don't have close listing it is yet open&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; like in 9.2.3;&lt;/P&gt;&lt;P&gt;/*&lt;/P&gt;&lt;P&gt;for me &lt;/P&gt;&lt;P&gt;ods results on;&amp;nbsp; ods noresults ;&lt;/P&gt;&lt;P&gt;are the same as ods results=on; ods results=off;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UNTIL ANYBODY PROOF ME A SUBTLE DIFFERENCE ;&lt;/P&gt;&lt;P&gt;*/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andre&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Apr 2013 07:36:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Hide-quot-Results-Viewer-quot-in-9-3/m-p/102565#M9757</guid>
      <dc:creator>Andre</dc:creator>
      <dc:date>2013-04-11T07:36:57Z</dc:date>
    </item>
    <item>
      <title>Re: Hide "Results Viewer" in 9.3</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Hide-quot-Results-Viewer-quot-in-9-3/m-p/102566#M9758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have this same issue. No code change. Run once, get the error. Resubmit, runs fine.&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;
&lt;P&gt;wcpatton wrote:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Andre,&lt;/P&gt;
&lt;P&gt;Running that code I get the results viewer window, but no excel output.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Preferences - Results options do not seem to give me the opposite with any combination.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I want &lt;STRONG&gt;No &lt;/STRONG&gt;results viewer, output only to excel.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I run the ODS once and get this kind of error:&lt;/P&gt;
&lt;P&gt;ERROR: A component of C:\SAS\Work\_TD5324_PC2UA2120QB8_\G:\REPORTS\fakename&lt;SPAN style="line-height: 1.5em; font-size: 10pt;"&gt;.xls is not a directory.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;ERROR: No body file. HTML output will not be created.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;If I run it again, then I get no error.&amp;nbsp; WTF 9.3?&lt;/P&gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2015 10:22:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Hide-quot-Results-Viewer-quot-in-9-3/m-p/102566#M9758</guid>
      <dc:creator>bpowell</dc:creator>
      <dc:date>2015-04-07T10:22:09Z</dc:date>
    </item>
    <item>
      <title>Re: Hide "Results Viewer" in 9.3</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Hide-quot-Results-Viewer-quot-in-9-3/m-p/102567#M9759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;NOTE: AUTOEXEC processing completed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 ods html file="L:\SAS Projects\Check 201503.xls";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: Writing HTML Body file: L:\SAS Projects\Check 201503.xls&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ERROR: A component of C:\Users\1\AppData\Local\Temp\SAS Temporary&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Files\_TD9600_1_\L:\SAS Projects\Check 201503.xls is not a directory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ERROR: No body file. HTML output will not be created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2 ods html file="L:\SAS Projects\Check 201503.xls";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: Writing HTML Body file: L:\SAS Projects\Check 201503.xls&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2015 10:31:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Hide-quot-Results-Viewer-quot-in-9-3/m-p/102567#M9759</guid>
      <dc:creator>bpowell</dc:creator>
      <dc:date>2015-04-07T10:31:40Z</dc:date>
    </item>
    <item>
      <title>Re: Hide "Results Viewer" in 9.3</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Hide-quot-Results-Viewer-quot-in-9-3/m-p/102568#M9760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is necessary to first close html ods.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: AUTOEXEC processing completed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 ods html close;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2 ods html file="L:\SAS Projects\Check 201503.xls";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: Writing HTML Body file: L:\SAS Projects\Check 201503.xls&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3 ods html file="L:\SAS Projects\Check 201503.xls";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: Writing HTML Body file: L:\SAS Projects\Check 201503.xls&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2015 11:17:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Hide-quot-Results-Viewer-quot-in-9-3/m-p/102568#M9760</guid>
      <dc:creator>bpowell</dc:creator>
      <dc:date>2015-04-07T11:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: Hide "Results Viewer" in 9.3</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Hide-quot-Results-Viewer-quot-in-9-3/m-p/310951#M17363</link>
      <description>&lt;P&gt;This worked well !!! thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Nov 2016 12:40:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Hide-quot-Results-Viewer-quot-in-9-3/m-p/310951#M17363</guid>
      <dc:creator>imanojkumar1</dc:creator>
      <dc:date>2016-11-11T12:40:44Z</dc:date>
    </item>
    <item>
      <title>Re: Hide "Results Viewer" in 9.3</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Hide-quot-Results-Viewer-quot-in-9-3/m-p/817994#M25839</link>
      <description>Use of Tools--&amp;gt; Options --&amp;gt; Preferences --&amp;gt; Results --&amp;gt; Uncheking the box of Create HTML really works! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;</description>
      <pubDate>Tue, 14 Jun 2022 05:53:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Hide-quot-Results-Viewer-quot-in-9-3/m-p/817994#M25839</guid>
      <dc:creator>DrAbhijeetSafai</dc:creator>
      <dc:date>2022-06-14T05:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: Hide "Results Viewer" in 9.3</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Hide-quot-Results-Viewer-quot-in-9-3/m-p/914496#M26470</link>
      <description>&lt;P&gt;This worked for me as well.&amp;nbsp; Thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 05 Feb 2024 14:27:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Hide-quot-Results-Viewer-quot-in-9-3/m-p/914496#M26470</guid>
      <dc:creator>MdeCuypere</dc:creator>
      <dc:date>2024-02-05T14:27:59Z</dc:date>
    </item>
  </channel>
</rss>

