<?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 how to keep only the intercept term in the output in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/how-to-keep-only-the-intercept-term-in-the-output/m-p/457637#M116041</link>
    <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="current output file" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/20153iD1D2323514B10EF5/image-size/large?v=v2&amp;amp;px=999" role="button" title="test.png" alt="current output file" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;current output file&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;The above pic shows my output file. Now I want to create a separate file with the parms value if the intercept term only ,winid and permno.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I use the keep statement, the output file still includes the values for STDER, T, PVALUE,L95B,U95B. However, I want to remove these values from my output file.&lt;/P&gt;&lt;P&gt;How do I do that?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Amalik&lt;/P&gt;</description>
    <pubDate>Thu, 26 Apr 2018 09:04:22 GMT</pubDate>
    <dc:creator>Amalik</dc:creator>
    <dc:date>2018-04-26T09:04:22Z</dc:date>
    <item>
      <title>how to keep only the intercept term in the output</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-keep-only-the-intercept-term-in-the-output/m-p/457637#M116041</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="current output file" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/20153iD1D2323514B10EF5/image-size/large?v=v2&amp;amp;px=999" role="button" title="test.png" alt="current output file" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;current output file&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;The above pic shows my output file. Now I want to create a separate file with the parms value if the intercept term only ,winid and permno.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I use the keep statement, the output file still includes the values for STDER, T, PVALUE,L95B,U95B. However, I want to remove these values from my output file.&lt;/P&gt;&lt;P&gt;How do I do that?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Amalik&lt;/P&gt;</description>
      <pubDate>Thu, 26 Apr 2018 09:04:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-keep-only-the-intercept-term-in-the-output/m-p/457637#M116041</guid>
      <dc:creator>Amalik</dc:creator>
      <dc:date>2018-04-26T09:04:22Z</dc:date>
    </item>
    <item>
      <title>Re: how to keep only the intercept term in the output</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-keep-only-the-intercept-term-in-the-output/m-p/457640#M116042</link>
      <description>&lt;P&gt;You keep talking about a file, an output file?&amp;nbsp; What do you mean here, are you creating a report with proc print/report?&amp;nbsp; Or a dataset?&amp;nbsp; As a dataset would be simply:&lt;/P&gt;
&lt;PRE&gt;data want;
  set have (keep=winid permno intercept);
run;&lt;/PRE&gt;</description>
      <pubDate>Thu, 26 Apr 2018 09:10:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-keep-only-the-intercept-term-in-the-output/m-p/457640#M116042</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2018-04-26T09:10:44Z</dc:date>
    </item>
  </channel>
</rss>

