<?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: Why procedure panel not found? in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Why-procedure-panel-not-found/m-p/27238#M6213</link>
    <description>thanks!</description>
    <pubDate>Tue, 25 May 2010 21:36:22 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2010-05-25T21:36:22Z</dc:date>
    <item>
      <title>Why procedure panel not found?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Why-procedure-panel-not-found/m-p/27236#M6211</link>
      <description>hi,buddys,I'd like to use proc panel to analyze whether following independent variable:&lt;BR /&gt;
fage(forecast horizon),&lt;BR /&gt;
bsize(brokerfirm's scale),&lt;BR /&gt;
affil(affiliation between stock and brokerfirms,dummy variable, if they have affiliation,then affil=1,otherwise 0),&lt;BR /&gt;
freq(forecast frequency of each broker for each stock and each year),&lt;BR /&gt;
affect  broker's ferro (forecast erro).&lt;BR /&gt;
following is my sample:&lt;BR /&gt;
stock   rptyear   ferro       fage    bsize        affil   freq  brokercd&lt;BR /&gt;
702       2009  0,0166   0.793	3,259 	1     0,69	GX01&lt;BR /&gt;
702      2007   0,0161   0,0194	2,863	0     0.39    GY02&lt;BR /&gt;
702      2008   0.028	  1,028	5,860        1   0.22     SY01&lt;BR /&gt;
703     2009    0,35       0,353	2,748	0   0.44     SY01&lt;BR /&gt;
703    2008    1,028	  2,295	0.781	1   0.33      GX01&lt;BR /&gt;
........  &lt;BR /&gt;
my program is :&lt;BR /&gt;
proc sort data=a;&lt;BR /&gt;
by brokercd rptyear;&lt;BR /&gt;
run;&lt;BR /&gt;
proc panel data=a;&lt;BR /&gt;
model  ferro= fage bsize affil freq;&lt;BR /&gt;
id brokercd rptyear;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
the log result is :procedure panel not found! &lt;BR /&gt;
what's wrong? who can help me,please!thanks very much!</description>
      <pubDate>Tue, 25 May 2010 17:45:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Why-procedure-panel-not-found/m-p/27236#M6211</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-05-25T17:45:53Z</dc:date>
    </item>
    <item>
      <title>Re: Why procedure panel not found?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Why-procedure-panel-not-found/m-p/27237#M6212</link>
      <description>There are two possible reasons for this&lt;BR /&gt;
SAS/ETS is not licensed at your site (you can use PROC SETINIT to check), or&lt;BR /&gt;
it was not installed for you (check with your IT support).</description>
      <pubDate>Tue, 25 May 2010 18:00:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Why-procedure-panel-not-found/m-p/27237#M6212</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2010-05-25T18:00:14Z</dc:date>
    </item>
    <item>
      <title>Re: Why procedure panel not found?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Why-procedure-panel-not-found/m-p/27238#M6213</link>
      <description>thanks!</description>
      <pubDate>Tue, 25 May 2010 21:36:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Why-procedure-panel-not-found/m-p/27238#M6213</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-05-25T21:36:22Z</dc:date>
    </item>
  </channel>
</rss>

