<?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 Reg: Interactivity disabled with BY processing in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Proc-Reg-Interactivity-disabled-with-BY-processing/m-p/603478#M174852</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have got three sub-samples where I want to run regression. After getting the results of first group, I tried to execute the statements but SAS is not execting the proc reg command and giving the following the notes:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc reg data=var.rmkt_tdate2 outest=var.alpha2(rename=(intercept=alpha mkt_ret=beta) keep=isin tradedate intercept mkt_ret _edf_) edf noprint;&lt;BR /&gt;by isin tradedate; model return=mkt_ret;&lt;BR /&gt;where 0&amp;lt;=relday&amp;lt;=180;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;NOTE: Interactivity disabled with BY processing.&lt;BR /&gt;NOTE: PROCEDURE REG used (Total process time):&lt;BR /&gt;real time 2:09.30&lt;BR /&gt;cpu time 9.71 seconds&lt;/P&gt;&lt;P&gt;NOTE: The data set VAR.ALPHA2 has 0 observations and 5 variables.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to get regression outputs each time I run the command.&amp;nbsp; Can anyone please help me to solve the problem? Thanks in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Zakir&lt;/P&gt;</description>
    <pubDate>Tue, 12 Nov 2019 11:24:47 GMT</pubDate>
    <dc:creator>Zakir</dc:creator>
    <dc:date>2019-11-12T11:24:47Z</dc:date>
    <item>
      <title>Proc Reg: Interactivity disabled with BY processing</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Reg-Interactivity-disabled-with-BY-processing/m-p/603478#M174852</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have got three sub-samples where I want to run regression. After getting the results of first group, I tried to execute the statements but SAS is not execting the proc reg command and giving the following the notes:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc reg data=var.rmkt_tdate2 outest=var.alpha2(rename=(intercept=alpha mkt_ret=beta) keep=isin tradedate intercept mkt_ret _edf_) edf noprint;&lt;BR /&gt;by isin tradedate; model return=mkt_ret;&lt;BR /&gt;where 0&amp;lt;=relday&amp;lt;=180;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;NOTE: Interactivity disabled with BY processing.&lt;BR /&gt;NOTE: PROCEDURE REG used (Total process time):&lt;BR /&gt;real time 2:09.30&lt;BR /&gt;cpu time 9.71 seconds&lt;/P&gt;&lt;P&gt;NOTE: The data set VAR.ALPHA2 has 0 observations and 5 variables.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to get regression outputs each time I run the command.&amp;nbsp; Can anyone please help me to solve the problem? Thanks in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Zakir&lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2019 11:24:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Reg-Interactivity-disabled-with-BY-processing/m-p/603478#M174852</guid>
      <dc:creator>Zakir</dc:creator>
      <dc:date>2019-11-12T11:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Reg: Interactivity disabled with BY processing</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Reg-Interactivity-disabled-with-BY-processing/m-p/603480#M174853</link>
      <description>&lt;P&gt;Interactivity being disabled is NOT a problem. You don't need interactivity for what you are doing.&amp;nbsp; It is a note not an error.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2019 11:45:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Reg-Interactivity-disabled-with-BY-processing/m-p/603480#M174853</guid>
      <dc:creator>WarrenKuhfeld</dc:creator>
      <dc:date>2019-11-12T11:45:16Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Reg: Interactivity disabled with BY processing</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Reg-Interactivity-disabled-with-BY-processing/m-p/603481#M174854</link>
      <description>&lt;P&gt;Is it a problem that you do not have interactivity? Do you need it?&lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2019 11:46:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Reg-Interactivity-disabled-with-BY-processing/m-p/603481#M174854</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2019-11-12T11:46:30Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Reg: Interactivity disabled with BY processing</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Reg-Interactivity-disabled-with-BY-processing/m-p/603482#M174855</link>
      <description>Hi,&lt;BR /&gt;Thank you for your reply. Can you please help by showing how do I get&lt;BR /&gt;estimated parameters. You may have seen that output file has 0 observations.&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Nov 2019 11:49:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Reg-Interactivity-disabled-with-BY-processing/m-p/603482#M174855</guid>
      <dc:creator>Zakir</dc:creator>
      <dc:date>2019-11-12T11:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Reg: Interactivity disabled with BY processing</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Reg-Interactivity-disabled-with-BY-processing/m-p/603484#M174856</link>
      <description>&lt;P&gt;I don't know what you are doing wrong, but the problem is not related to interactivity.&amp;nbsp; Do you have data going in? Have you tried it with a new SAS session? You might have done something wrong previously. You did not provide data, so no one else can replicate what you are doing.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2019 11:52:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Reg-Interactivity-disabled-with-BY-processing/m-p/603484#M174856</guid>
      <dc:creator>WarrenKuhfeld</dc:creator>
      <dc:date>2019-11-12T11:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Reg: Interactivity disabled with BY processing</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Reg-Interactivity-disabled-with-BY-processing/m-p/603485#M174857</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Thank you for your reply. It is showing in log and output file has got 0&lt;BR /&gt;observations. I want regression parameters to be estimated.&lt;BR /&gt;&lt;BR /&gt;Thanks!!&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Nov 2019 11:52:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Reg-Interactivity-disabled-with-BY-processing/m-p/603485#M174857</guid>
      <dc:creator>Zakir</dc:creator>
      <dc:date>2019-11-12T11:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Reg: Interactivity disabled with BY processing</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Reg-Interactivity-disabled-with-BY-processing/m-p/603547#M174861</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/228821"&gt;@Zakir&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To get an answer to &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/16777"&gt;@WarrenKuhfeld&lt;/a&gt;'s important question "&lt;SPAN&gt;Do you have data going in?" y&lt;/SPAN&gt;ou may want to run this step and examine the result in view of the WHERE condition&amp;nbsp;&lt;SPAN&gt;&lt;FONT face="courier new,courier"&gt;0&amp;lt;=relday&amp;lt;=180&lt;/FONT&gt;:&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc means data=var.rmkt_tdate2;
var relday;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 12 Nov 2019 12:33:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Reg-Interactivity-disabled-with-BY-processing/m-p/603547#M174861</guid>
      <dc:creator>FreelanceReinh</dc:creator>
      <dc:date>2019-11-12T12:33:24Z</dc:date>
    </item>
  </channel>
</rss>

