<?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: No output destinations active in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/No-output-destinations-active/m-p/581206#M165162</link>
    <description>&lt;P&gt;Think i figured it out myself. The dicrectory it was saving the html to didn´t exist. It is just a bit strange when I never specified it myself. What is normally the default?&lt;/P&gt;</description>
    <pubDate>Wed, 14 Aug 2019 16:14:27 GMT</pubDate>
    <dc:creator>mortenhp</dc:creator>
    <dc:date>2019-08-14T16:14:27Z</dc:date>
    <item>
      <title>No output destinations active</title>
      <link>https://communities.sas.com/t5/SAS-Programming/No-output-destinations-active/m-p/581191#M165157</link>
      <description>&lt;P&gt;Hi, I'm new to SAS and I'm doing the tutorial. When I type in this code in the editor window:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data test;
   set mylib.productsales;
run;
proc print data=test;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I don't get the data printed in the result viewer, however it does create a new file called test in the working directory. The log file says "no output destinations active". What is wrong? I have SAS 9.4&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2019 15:44:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/No-output-destinations-active/m-p/581191#M165157</guid>
      <dc:creator>mortenhp</dc:creator>
      <dc:date>2019-08-14T15:44:12Z</dc:date>
    </item>
    <item>
      <title>Re: No output destinations active</title>
      <link>https://communities.sas.com/t5/SAS-Programming/No-output-destinations-active/m-p/581198#M165159</link>
      <description>You have no output destinations active. Are you using SAS Studio, EG or Base?&lt;BR /&gt;This will turn on the destination which is the modern default these days: &lt;BR /&gt;&lt;BR /&gt;ods html;</description>
      <pubDate>Wed, 14 Aug 2019 15:53:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/No-output-destinations-active/m-p/581198#M165159</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-08-14T15:53:06Z</dc:date>
    </item>
    <item>
      <title>Re: No output destinations active</title>
      <link>https://communities.sas.com/t5/SAS-Programming/No-output-destinations-active/m-p/581200#M165160</link>
      <description>&lt;P&gt;SAS Base. when I do so the log comes up with this&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;74   ods html;
NOTE: Writing HTML Body file: sashtml8.htm
ERROR: Physical file does not exist, C:\Users\Morten Pedersen\Desktop\SAS - bibliotek\sashtml8.htm.
ERROR: No body file. HTML output will not be created.
75   proc print data=test;
76   run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 14 Aug 2019 15:59:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/No-output-destinations-active/m-p/581200#M165160</guid>
      <dc:creator>mortenhp</dc:creator>
      <dc:date>2019-08-14T15:59:58Z</dc:date>
    </item>
    <item>
      <title>Re: No output destinations active</title>
      <link>https://communities.sas.com/t5/SAS-Programming/No-output-destinations-active/m-p/581206#M165162</link>
      <description>&lt;P&gt;Think i figured it out myself. The dicrectory it was saving the html to didn´t exist. It is just a bit strange when I never specified it myself. What is normally the default?&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2019 16:14:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/No-output-destinations-active/m-p/581206#M165162</guid>
      <dc:creator>mortenhp</dc:creator>
      <dc:date>2019-08-14T16:14:27Z</dc:date>
    </item>
    <item>
      <title>Re: No output destinations active</title>
      <link>https://communities.sas.com/t5/SAS-Programming/No-output-destinations-active/m-p/581212#M165163</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/285215"&gt;@mortenhp&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Think i figured it out myself. The dicrectory it was saving the html to didn´t exist. It is just a bit strange when I never specified it myself. What is normally the default?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;With Base SAS using the toolbar,&amp;nbsp;go to Tools&amp;gt;Options&amp;gt;Preference. Go to the Results Tab. Your default would be either a specified folder under the checked "Create Html" or the Work Folder. I might suggest leaving the Use Work Folder checked.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you use, or copied someone's code with ODS _all_ close that is a common cause of the no destinations open. I am not sure how that may affect the destination folder though if you close SAS and had the "Save setting on exit" on the preferences General tab marked there could be some interaction.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2019 16:36:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/No-output-destinations-active/m-p/581212#M165163</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2019-08-14T16:36:41Z</dc:date>
    </item>
  </channel>
</rss>

