<?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: how to hide class level information in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/how-to-hide-class-level-information/m-p/781282#M38369</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/397901"&gt;@kimmygzc&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you navigate to a PROC in the SAS documentation, like PROC UNIVARIATE :&lt;/P&gt;
&lt;P&gt;&lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/procstat/procstat_univariate_toc.htm" target="_blank" rel="noopener"&gt;https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/procstat/procstat_univariate_toc.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then go to "Details".&lt;/P&gt;
&lt;P&gt;In the popup-dropdown-list, select "ODS Table Names" (it's in the bottom (almost) of the list).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The same is true for every PROC !&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, you can use this ODS (open-code) statement&lt;BR /&gt;ODS TRACE ON;&lt;BR /&gt;This will publish the name of every displayed output object in the LOG. That way, you know what to select or exclude in a next run.&lt;BR /&gt;The opposite is&amp;nbsp;&lt;BR /&gt;ODS TRACE OFF;&lt;BR /&gt;&lt;BR /&gt;Almost end of workday (FRI) here in Brussels area (Belgium)&lt;/P&gt;</description>
    <pubDate>Fri, 19 Nov 2021 15:33:40 GMT</pubDate>
    <dc:creator>sbxkoenk</dc:creator>
    <dc:date>2021-11-19T15:33:40Z</dc:date>
    <item>
      <title>how to hide class level information</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/how-to-hide-class-level-information/m-p/781190#M38358</link>
      <description>&lt;P&gt;one of the coding variables is of hundreds kinds, and the class level information table is too wide to display, how to hide it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and how to order the parameters by estimator (in abs would be better)? can select top-n wanted only?&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Nov 2021 06:23:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/how-to-hide-class-level-information/m-p/781190#M38358</guid>
      <dc:creator>kimmygzc</dc:creator>
      <dc:date>2021-11-19T06:23:02Z</dc:date>
    </item>
    <item>
      <title>Re: how to hide class level information</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/how-to-hide-class-level-information/m-p/781200#M38360</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What PROC are you using?&lt;/P&gt;
&lt;P&gt;Most PROCs support the &lt;STRONG&gt;&lt;FONT face="courier new,courier" color="#339966"&gt;noprint;&lt;/FONT&gt;&lt;/STRONG&gt; option (create an output dataset then, otherwise you have nothing&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Parameter estimates cannot be sorted in displayed output.&lt;BR /&gt;But can be sorted in an output dataset of course.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kind regards,&lt;/P&gt;
&lt;P&gt;Koen&lt;/P&gt;</description>
      <pubDate>Fri, 19 Nov 2021 08:46:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/how-to-hide-class-level-information/m-p/781200#M38360</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2021-11-19T08:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: how to hide class level information</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/how-to-hide-class-level-information/m-p/781201#M38361</link>
      <description>Thanks for your reply! Koen.&lt;BR /&gt;im using proc logistic, it's annoying to see stepwise mid results, too long to review, I'm looking for a way to filter the results.</description>
      <pubDate>Fri, 19 Nov 2021 08:49:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/how-to-hide-class-level-information/m-p/781201#M38361</guid>
      <dc:creator>kimmygzc</dc:creator>
      <dc:date>2021-11-19T08:49:36Z</dc:date>
    </item>
    <item>
      <title>Re: how to hide class level information</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/how-to-hide-class-level-information/m-p/781204#M38362</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There are several ways to suppress stepwise "mid-results".&lt;/P&gt;
&lt;P&gt;You can for example use ODS EXCLUDE or ODS SELECT.&lt;/P&gt;
&lt;P&gt;(ODS = Output Delivery System)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Like in this example:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods trace off;
ODS SELECT ParameterEstimates Association;

proc logistic data=Remission outest=betas covout;
   model remiss(event='1')=cell smear infil li blast temp
                / selection=stepwise
                  slentry=0.3
                  slstay=0.35
                  details
                  lackfit;
   output out=pred p=phat lower=lcl upper=ucl
          predprob=(individual crossvalidate);
   ods output Association=Association;
run;

proc print data=betas;
   title2 'Parameter Estimates and Covariance Matrix';
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Koen&lt;/P&gt;</description>
      <pubDate>Fri, 19 Nov 2021 08:58:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/how-to-hide-class-level-information/m-p/781204#M38362</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2021-11-19T08:58:46Z</dc:date>
    </item>
    <item>
      <title>Re: how to hide class level information</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/how-to-hide-class-level-information/m-p/781209#M38363</link>
      <description>I'll try, the proj file is collecting features and locked up.&lt;BR /&gt;&lt;BR /&gt;ODS, good, do you happen to have a option list for different procs? I have also other procs needed to select output, like proc univariate, etc.&lt;BR /&gt;&lt;BR /&gt;Thank you, Koen.&lt;BR /&gt;have a good day, end of Fri work hour from Guangzhou, China.&lt;BR /&gt;</description>
      <pubDate>Fri, 19 Nov 2021 10:17:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/how-to-hide-class-level-information/m-p/781209#M38363</guid>
      <dc:creator>kimmygzc</dc:creator>
      <dc:date>2021-11-19T10:17:56Z</dc:date>
    </item>
    <item>
      <title>Re: how to hide class level information</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/how-to-hide-class-level-information/m-p/781282#M38369</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/397901"&gt;@kimmygzc&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you navigate to a PROC in the SAS documentation, like PROC UNIVARIATE :&lt;/P&gt;
&lt;P&gt;&lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/procstat/procstat_univariate_toc.htm" target="_blank" rel="noopener"&gt;https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/procstat/procstat_univariate_toc.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then go to "Details".&lt;/P&gt;
&lt;P&gt;In the popup-dropdown-list, select "ODS Table Names" (it's in the bottom (almost) of the list).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The same is true for every PROC !&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, you can use this ODS (open-code) statement&lt;BR /&gt;ODS TRACE ON;&lt;BR /&gt;This will publish the name of every displayed output object in the LOG. That way, you know what to select or exclude in a next run.&lt;BR /&gt;The opposite is&amp;nbsp;&lt;BR /&gt;ODS TRACE OFF;&lt;BR /&gt;&lt;BR /&gt;Almost end of workday (FRI) here in Brussels area (Belgium)&lt;/P&gt;</description>
      <pubDate>Fri, 19 Nov 2021 15:33:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/how-to-hide-class-level-information/m-p/781282#M38369</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2021-11-19T15:33:40Z</dc:date>
    </item>
  </channel>
</rss>

