<?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 getting started with SEVERITY in SAS Forecasting and Econometrics</title>
    <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/getting-started-with-SEVERITY/m-p/93174#M493</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hello,&lt;/P&gt;&lt;P&gt; Proc Severity, an experimental proc in ETS, sounds like the answer to my prayers, but I am stuck at the outset with what seems like a very simple error message.&amp;nbsp; I am trying to run the example given in the documentation, simply:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc severity data=spilldat;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; model spill / crit = aicc;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where spill is a variable in the data.&amp;nbsp; Although the proc begins to run, the immediate error message in the log is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 180&lt;/P&gt;&lt;P&gt;errror 180-322: statement is not valid or it is used out of order&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advise. (I have ETS as part of 9.3 TS level 1M1 on Windows 7.)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Apr 2012 15:17:54 GMT</pubDate>
    <dc:creator>rs_poetic</dc:creator>
    <dc:date>2012-04-24T15:17:54Z</dc:date>
    <item>
      <title>getting started with SEVERITY</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/getting-started-with-SEVERITY/m-p/93174#M493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hello,&lt;/P&gt;&lt;P&gt; Proc Severity, an experimental proc in ETS, sounds like the answer to my prayers, but I am stuck at the outset with what seems like a very simple error message.&amp;nbsp; I am trying to run the example given in the documentation, simply:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc severity data=spilldat;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; model spill / crit = aicc;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where spill is a variable in the data.&amp;nbsp; Although the proc begins to run, the immediate error message in the log is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 180&lt;/P&gt;&lt;P&gt;errror 180-322: statement is not valid or it is used out of order&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advise. (I have ETS as part of 9.3 TS level 1M1 on Windows 7.)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2012 15:17:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/getting-started-with-SEVERITY/m-p/93174#M493</guid>
      <dc:creator>rs_poetic</dc:creator>
      <dc:date>2012-04-24T15:17:54Z</dc:date>
    </item>
    <item>
      <title>Re: getting started with SEVERITY</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/getting-started-with-SEVERITY/m-p/93175#M494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a typical syntax error message. Looking at the doc, there is no MODEL statement for that proc and the CRIT option belongs in the PROC statement. - PG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2012 15:37:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/getting-started-with-SEVERITY/m-p/93175#M494</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2012-04-24T15:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: getting started with SEVERITY</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/getting-started-with-SEVERITY/m-p/93176#M495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you.&amp;nbsp; The MODEL statement does look peculiar but perhaps that is due to the context being to fit a predefined univariate probability distribution.&amp;nbsp; However, the example in the documentation on page 1 of "A simple Example of Fitting Predefined Distributions" is clear that "the MODEL statement specifies the variable to be modeled along with the model selection criterion" and I copied the example there exactly (I believe). Can you provide an illustrative little program for proc severity that does not include a MODEL statement?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2012 16:18:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/getting-started-with-SEVERITY/m-p/93176#M495</guid>
      <dc:creator>rs_poetic</dc:creator>
      <dc:date>2012-04-24T16:18:58Z</dc:date>
    </item>
    <item>
      <title>Re: getting started with SEVERITY</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/getting-started-with-SEVERITY/m-p/93177#M496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That example is from SAS version 9.22. It seems that the syntax was changed in version 9.3 (it IS experimental!)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/etsug/63939/HTML/default/viewer.htm#etsug_severity_sect008.htm"&gt;http://support.sas.com/documentation/cdl/en/etsug/63939/HTML/default/viewer.htm#etsug_severity_sect008.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2012 17:29:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/getting-started-with-SEVERITY/m-p/93177#M496</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2012-04-24T17:29:46Z</dc:date>
    </item>
    <item>
      <title>Re: getting started with SEVERITY</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/getting-started-with-SEVERITY/m-p/93178#M497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2012 17:33:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/getting-started-with-SEVERITY/m-p/93178#M497</guid>
      <dc:creator>rs_poetic</dc:creator>
      <dc:date>2012-04-24T17:33:32Z</dc:date>
    </item>
  </channel>
</rss>

