<?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 How to close Output Window in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-close-Output-Window/m-p/79591#M8901</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm new is SAS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My SAS is running SAS on a UNIX machine, I telnet to that sever from my winodws pc.&lt;/P&gt;&lt;P&gt;When I start SAS, on my pc appear some different winodws, Program Editor, Toolbox, Log, etc....&lt;/P&gt;&lt;P&gt;I would close automatically Result and Output windows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried to:&lt;/P&gt;&lt;P&gt;- close these windows (Result and Output);&lt;/P&gt;&lt;P&gt;- run 'wsave a' command;&lt;/P&gt;&lt;P&gt;- close SAS;&lt;/P&gt;&lt;P&gt;- reopen SAS;&lt;/P&gt;&lt;P&gt;but the windows still reappear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Two question.&lt;/P&gt;&lt;P&gt;1) I found a command to close Results window:&lt;/P&gt;&lt;P&gt;dm 'odsresults; cancel';&lt;/P&gt;&lt;P&gt;but I didn't find a command to close Output window. To there is a command to close also Output window?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) If a command to close Output window exist, how I can run automatically commands to close automaticcaly both windows every time I run SAS?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Jun 2012 11:12:56 GMT</pubDate>
    <dc:creator>garag</dc:creator>
    <dc:date>2012-06-11T11:12:56Z</dc:date>
    <item>
      <title>How to close Output Window</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-close-Output-Window/m-p/79591#M8901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm new is SAS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My SAS is running SAS on a UNIX machine, I telnet to that sever from my winodws pc.&lt;/P&gt;&lt;P&gt;When I start SAS, on my pc appear some different winodws, Program Editor, Toolbox, Log, etc....&lt;/P&gt;&lt;P&gt;I would close automatically Result and Output windows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried to:&lt;/P&gt;&lt;P&gt;- close these windows (Result and Output);&lt;/P&gt;&lt;P&gt;- run 'wsave a' command;&lt;/P&gt;&lt;P&gt;- close SAS;&lt;/P&gt;&lt;P&gt;- reopen SAS;&lt;/P&gt;&lt;P&gt;but the windows still reappear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Two question.&lt;/P&gt;&lt;P&gt;1) I found a command to close Results window:&lt;/P&gt;&lt;P&gt;dm 'odsresults; cancel';&lt;/P&gt;&lt;P&gt;but I didn't find a command to close Output window. To there is a command to close also Output window?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) If a command to close Output window exist, how I can run automatically commands to close automaticcaly both windows every time I run SAS?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2012 11:12:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-close-Output-Window/m-p/79591#M8901</guid>
      <dc:creator>garag</dc:creator>
      <dc:date>2012-06-11T11:12:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to close Output Window</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-close-Output-Window/m-p/79592#M8902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ask another SAS person in your group where your config file is saved.&amp;nbsp; I think on unix there is usuall a config file for the installation, and you can have a personal config file (in your home dir maybe)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think (not sure) to turn off the the turn off the results window you can add this line to the config file:&lt;/P&gt;&lt;P&gt;&amp;nbsp; -NOEXPLORER&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is probably a way to close the output window by using the config file too, but I don't know it.&amp;nbsp; You can try adding the line below to your program (or to an autoexec.sas file, which will run every time sas starts):&lt;/P&gt;&lt;P&gt;dm "output; winclose;";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure why you would want to close the output window and the results window.&amp;nbsp; If you just wanted to edit code and submit it (in emacs or vi or whatever), you are free to do that, without having to use SAS's interactive programming environement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more on config and autoexec files, search lexjansen.com for either term.&amp;nbsp; Will return lots of papers written by SAS users.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck.&amp;nbsp; Welcome to SAS.&lt;/P&gt;&lt;P&gt;--Q.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2012 12:52:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-close-Output-Window/m-p/79592#M8902</guid>
      <dc:creator>Quentin</dc:creator>
      <dc:date>2012-06-11T12:52:06Z</dc:date>
    </item>
  </channel>
</rss>

