<?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 Suppressing output from Results window in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Suppressing-output-from-Results-window/m-p/308367#M16316</link>
    <description>&lt;P&gt;I'm running a regression procedure 30,000 times. By using the following I've been able to suppress all logs, listing, &amp;amp; HTML:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods html close ;
ods listing close; 
options nosource nonotes; &lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Here's the regression equation code:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt; proc reg data = hr_reg ; 
model hr = timepoint;
title "Regression of hr on time";
 ods output ParameterEstimates=beta FitStatistics = rsquare; 
run; 
quit;&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;Even though the output is suppressed, the Results window continues to accumulate "beta" &amp;amp; "rsquare" SAS data sets. Is there any way to prevent that from occurring? Thanks! Andrew&lt;/P&gt;</description>
    <pubDate>Mon, 31 Oct 2016 19:51:51 GMT</pubDate>
    <dc:creator>DocMartin</dc:creator>
    <dc:date>2016-10-31T19:51:51Z</dc:date>
    <item>
      <title>Suppressing output from Results window</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Suppressing-output-from-Results-window/m-p/308367#M16316</link>
      <description>&lt;P&gt;I'm running a regression procedure 30,000 times. By using the following I've been able to suppress all logs, listing, &amp;amp; HTML:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods html close ;
ods listing close; 
options nosource nonotes; &lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Here's the regression equation code:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt; proc reg data = hr_reg ; 
model hr = timepoint;
title "Regression of hr on time";
 ods output ParameterEstimates=beta FitStatistics = rsquare; 
run; 
quit;&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;Even though the output is suppressed, the Results window continues to accumulate "beta" &amp;amp; "rsquare" SAS data sets. Is there any way to prevent that from occurring? Thanks! Andrew&lt;/P&gt;</description>
      <pubDate>Mon, 31 Oct 2016 19:51:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Suppressing-output-from-Results-window/m-p/308367#M16316</guid>
      <dc:creator>DocMartin</dc:creator>
      <dc:date>2016-10-31T19:51:51Z</dc:date>
    </item>
    <item>
      <title>Re: Suppressing output from Results window</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Suppressing-output-from-Results-window/m-p/308370#M16317</link>
      <description>&lt;P&gt;Follow the instructions in the article &lt;A href="http://blogs.sas.com/content/iml/2013/05/24/turn-off-ods-for-simulations.html" target="_self"&gt;"Turn off ODS when running simulations in SAS."&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And since I don't see a BY statement in your code, I also suggest that you read &lt;A href="http://blogs.sas.com/content/iml/2012/07/18/simulation-in-sas-the-slow-way-or-the-by-way.html" target="_self"&gt;"Simulation in SAS: The slow way or the BY way"&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you intend to do a lot of simulation in SAS, you might want to read the paper &lt;A href="http://support.sas.com/resources/papers/proceedings15/SAS1387-2015.pdf" target="_self"&gt;"Ten Tips for Simulating Data with SAS" (Wicklin, 2015)&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Oct 2016 19:52:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Suppressing-output-from-Results-window/m-p/308370#M16317</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2016-10-31T19:52:00Z</dc:date>
    </item>
    <item>
      <title>Re: Suppressing output from Results window</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Suppressing-output-from-Results-window/m-p/308376#M16318</link>
      <description>Rick, Thanks! That did the trick. I'll try by-processing rather than a macro loop. BTW: This isn't a simulation but actual data. Best, Andrew</description>
      <pubDate>Mon, 31 Oct 2016 20:07:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Suppressing-output-from-Results-window/m-p/308376#M16318</guid>
      <dc:creator>DocMartin</dc:creator>
      <dc:date>2016-10-31T20:07:11Z</dc:date>
    </item>
  </channel>
</rss>

