<?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 proc mi : Quietly imputing results in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/proc-mi-Quietly-imputing-results/m-p/687573#M79603</link>
    <description>&lt;P&gt;Hi there, I am doing an FCS imputation using 100 imputations. I was wondering if it is possible to omit each individual imputation result from showing the the result viewer.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;*Sample data;
proc mi data= ats.hsb_mar nimpute=100 out=mi_fcs ;
class female prog;
fcs plots=trace(mean std); 
var socst write read female math science prog;
fcs discrim(female prog /classeffects=include) nbiter =40 ; 
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Thank you!&lt;/P&gt;</description>
    <pubDate>Thu, 01 Oct 2020 03:52:20 GMT</pubDate>
    <dc:creator>advmsj</dc:creator>
    <dc:date>2020-10-01T03:52:20Z</dc:date>
    <item>
      <title>proc mi : Quietly imputing results</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-mi-Quietly-imputing-results/m-p/687573#M79603</link>
      <description>&lt;P&gt;Hi there, I am doing an FCS imputation using 100 imputations. I was wondering if it is possible to omit each individual imputation result from showing the the result viewer.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;*Sample data;
proc mi data= ats.hsb_mar nimpute=100 out=mi_fcs ;
class female prog;
fcs plots=trace(mean std); 
var socst write read female math science prog;
fcs discrim(female prog /classeffects=include) nbiter =40 ; 
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 01 Oct 2020 03:52:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-mi-Quietly-imputing-results/m-p/687573#M79603</guid>
      <dc:creator>advmsj</dc:creator>
      <dc:date>2020-10-01T03:52:20Z</dc:date>
    </item>
    <item>
      <title>Re: Quietly imputing results</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-mi-Quietly-imputing-results/m-p/688100#M79604</link>
      <description>&lt;P&gt;Changed title and moved to &lt;EM&gt;procedures&lt;/EM&gt; forum.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Oct 2020 03:51:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-mi-Quietly-imputing-results/m-p/688100#M79604</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2020-10-01T03:51:54Z</dc:date>
    </item>
    <item>
      <title>Re: proc mi : Quietly imputing results</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-mi-Quietly-imputing-results/m-p/688171#M79611</link>
      <description>&lt;P&gt;Sure. You can control all output (including the entries in the "treeview" Results window) by using the ODS system. If I understand your question, you want the results to APPEAR in the output, but NOT in the Result Viewer? To suppress the results viewer entries, use&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ODS NORESULTS;&amp;nbsp; &amp;nbsp;/* turn off results viewer */&lt;/P&gt;
&lt;P&gt;proc mi ...;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;ODS RESULTS;&amp;nbsp; /* turn it back on */&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you actually want to suppress the output itself, you can use&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ODS EXCLUDE ALL;&lt;/P&gt;
&lt;P&gt;...&lt;/P&gt;
&lt;P&gt;ODS EXCLUDE NONE;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For more about suppressing ODS results, see &lt;A href="https://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;&amp;nbsp;To learn more about ODS EXCLUDE, see &lt;A href="https://blogs.sas.com/content/iml/2015/05/28/five-reasons-ods-exclude.html" target="_self"&gt;"Five reasons to use ODS EXCLUDE to suppress SAS output."&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Oct 2020 12:33:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-mi-Quietly-imputing-results/m-p/688171#M79611</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2020-10-01T12:33:35Z</dc:date>
    </item>
  </channel>
</rss>

