<?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 Shewhart - only output if outside CL in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Shewhart-only-output-if-outside-CL/m-p/120181#M33109</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to set up the PROC Shewhart procedure to only print a chart or output if a CL is violated?&amp;nbsp; I am trying to set it up as a reporting procedure for multiple metrics at multiple units so checking through each graph would be time intensive.&amp;nbsp; Is there a way to only have the procedure output if there is a data point outside of either the UCL or LCL?&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Oct 2013 14:05:30 GMT</pubDate>
    <dc:creator>ewhulbert</dc:creator>
    <dc:date>2013-10-22T14:05:30Z</dc:date>
    <item>
      <title>Proc Shewhart - only output if outside CL</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Shewhart-only-output-if-outside-CL/m-p/120181#M33109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to set up the PROC Shewhart procedure to only print a chart or output if a CL is violated?&amp;nbsp; I am trying to set it up as a reporting procedure for multiple metrics at multiple units so checking through each graph would be time intensive.&amp;nbsp; Is there a way to only have the procedure output if there is a data point outside of either the UCL or LCL?&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Oct 2013 14:05:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Shewhart-only-output-if-outside-CL/m-p/120181#M33109</guid>
      <dc:creator>ewhulbert</dc:creator>
      <dc:date>2013-10-22T14:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Shewhart - only output if outside CL</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Shewhart-only-output-if-outside-CL/m-p/120182#M33110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here's how I would do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 1. I would run PROC SHEWHART with the NOCHART and NOCHART2 options and also the OUTTABLE= option. This produces no chart, but it also produces a data set from the OUTTABLE= option that contains a variable _EXLIM_ indiciating which control chart rule has been violated, if any.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 2. Once you have the OUTTABLE= data set, you can then decide if you need to run PROC SHEWHART a second time to actually produce the charts.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Oct 2013 14:18:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Shewhart-only-output-if-outside-CL/m-p/120182#M33110</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2013-10-22T14:18:32Z</dc:date>
    </item>
  </channel>
</rss>

