<?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 Saving parameters without printing in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Saving-parameters-without-printing/m-p/455880#M70052</link>
    <description>&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to save results of the following regression, but without printing the results. How would I adjust my code? If I put in NOPRINT, it won't save my output.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc glm data=claims;
class year(ref='2010' ) age_gr (ref='0' );
model indavgcost= year|avgcontract/ solution;
TITLE "ALL HOSPITALS-indavgcost";
ods output ParameterEstimates=work.t0(keep=parameter estimate stderr probt) ;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 20 Apr 2018 10:52:47 GMT</pubDate>
    <dc:creator>GKati</dc:creator>
    <dc:date>2018-04-20T10:52:47Z</dc:date>
    <item>
      <title>Saving parameters without printing</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Saving-parameters-without-printing/m-p/455880#M70052</link>
      <description>&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to save results of the following regression, but without printing the results. How would I adjust my code? If I put in NOPRINT, it won't save my output.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc glm data=claims;
class year(ref='2010' ) age_gr (ref='0' );
model indavgcost= year|avgcontract/ solution;
TITLE "ALL HOSPITALS-indavgcost";
ods output ParameterEstimates=work.t0(keep=parameter estimate stderr probt) ;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 20 Apr 2018 10:52:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Saving-parameters-without-printing/m-p/455880#M70052</guid>
      <dc:creator>GKati</dc:creator>
      <dc:date>2018-04-20T10:52:47Z</dc:date>
    </item>
    <item>
      <title>Re: Saving parameters without printing</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Saving-parameters-without-printing/m-p/455883#M70054</link>
      <description>&lt;P&gt;Close all ODS destinations before opening the output destination.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Apr 2018 10:56:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Saving-parameters-without-printing/m-p/455883#M70054</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-04-20T10:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: Saving parameters without printing</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Saving-parameters-without-printing/m-p/456448#M70089</link>
      <description>&lt;P&gt;Put&lt;/P&gt;
&lt;P&gt;ODS EXCLUDE ALL;&lt;/P&gt;
&lt;P&gt;before the PROC GLM call and put&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ODS EXCLUDE NONE;&lt;/P&gt;
&lt;P&gt;after the call.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blogs.sas.com/content/iml/2015/05/28/five-reasons-ods-exclude.html" target="_self"&gt;Using ODS EXCLUDE is better than closing ODS destinations.&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Apr 2018 09:53:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Saving-parameters-without-printing/m-p/456448#M70089</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2018-04-23T09:53:52Z</dc:date>
    </item>
  </channel>
</rss>

