<?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: Getting a  ERROR: Procedure CAPABILITY not found. in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Getting-a-ERROR-Procedure-CAPABILITY-not-found/m-p/440703#M282534</link>
    <description>&lt;P&gt;Univariate or Multivariate?&amp;nbsp; Check PROC UNIVARIATE for one, &lt;A href="https://blogs.sas.com/content/iml/2012/03/02/testing-data-for-multivariate-normality.html" target="_self"&gt;and refer to Rick's post about multivariate&lt;/A&gt;.&amp;nbsp; The PROC CORR example looks like a simple first step, and Rick also mentions the &lt;A href="http://support.sas.com/kb/24/983.html" target="_self"&gt;%MULTINORM macro&lt;/A&gt;.&lt;/P&gt;</description>
    <pubDate>Tue, 27 Feb 2018 23:48:43 GMT</pubDate>
    <dc:creator>ChrisHemedinger</dc:creator>
    <dc:date>2018-02-27T23:48:43Z</dc:date>
    <item>
      <title>Getting a  ERROR: Procedure CAPABILITY not found.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Getting-a-ERROR-Procedure-CAPABILITY-not-found/m-p/440525#M282531</link>
      <description>&lt;P&gt;Hello I am trying to run a probability plot but I am getting the error below.&amp;nbsp; Please note code below as well.&amp;nbsp; Any ideas?&amp;nbsp; Thanks!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="sasSource"&gt;82 * Normal Probability Plot;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;83 title 'Normal Probability Plot for Independent Variable X1';&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;84 proc capability data=hatco noprint;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;ERROR: Procedure CAPABILITY not found.&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;85 specs lsl=9.5 usl=10.5;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;* Normal Probability Plot;&lt;BR /&gt;title 'Normal Probability Plot for Independent Variable X1';&lt;BR /&gt;proc capability data=hatco noprint;&lt;BR /&gt;specs lsl=9.5 usl=10.5;&lt;BR /&gt;ppplot x1 / normal(mu=est sigma=est)&lt;BR /&gt;square&lt;BR /&gt;odstitle=title&lt;BR /&gt;nospeclegend;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2018 15:14:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Getting-a-ERROR-Procedure-CAPABILITY-not-found/m-p/440525#M282531</guid>
      <dc:creator>MRatchford</dc:creator>
      <dc:date>2018-02-27T15:14:31Z</dc:date>
    </item>
    <item>
      <title>Re: Getting a  ERROR: Procedure CAPABILITY not found.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Getting-a-ERROR-Procedure-CAPABILITY-not-found/m-p/440528#M282532</link>
      <description>&lt;P&gt;PROC CAPABILITY is part of SAS/QC.&amp;nbsp; Run:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc product_status; run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To see if you should expect QC procedures to work.&amp;nbsp; If using SAS University Edition, SAS/QC is not part of that environment.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2018 15:25:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Getting-a-ERROR-Procedure-CAPABILITY-not-found/m-p/440528#M282532</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2018-02-27T15:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: Getting a  ERROR: Procedure CAPABILITY not found.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Getting-a-ERROR-Procedure-CAPABILITY-not-found/m-p/440671#M282533</link>
      <description>&lt;P&gt;Thank you Chris.&amp;nbsp; It makes sense.&amp;nbsp; I run the product_status and SAS/QC is not part of it.&amp;nbsp; Yes, I am running SAS Univ Edition.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So the question now is:&amp;nbsp; in order to check the normality of the variables, besides drawing the historgrams, what other proc can I run that gives me the normality&amp;nbsp;check?&amp;nbsp; &amp;nbsp;Also, how can I get the the line of the bell curve drawn over the histogram?&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;Melva&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2018 21:43:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Getting-a-ERROR-Procedure-CAPABILITY-not-found/m-p/440671#M282533</guid>
      <dc:creator>MRatchford</dc:creator>
      <dc:date>2018-02-27T21:43:28Z</dc:date>
    </item>
    <item>
      <title>Re: Getting a  ERROR: Procedure CAPABILITY not found.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Getting-a-ERROR-Procedure-CAPABILITY-not-found/m-p/440703#M282534</link>
      <description>&lt;P&gt;Univariate or Multivariate?&amp;nbsp; Check PROC UNIVARIATE for one, &lt;A href="https://blogs.sas.com/content/iml/2012/03/02/testing-data-for-multivariate-normality.html" target="_self"&gt;and refer to Rick's post about multivariate&lt;/A&gt;.&amp;nbsp; The PROC CORR example looks like a simple first step, and Rick also mentions the &lt;A href="http://support.sas.com/kb/24/983.html" target="_self"&gt;%MULTINORM macro&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2018 23:48:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Getting-a-ERROR-Procedure-CAPABILITY-not-found/m-p/440703#M282534</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2018-02-27T23:48:43Z</dc:date>
    </item>
  </channel>
</rss>

