<?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: Proc Shewhart alternative in Base SAS 9.4 in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Shewhart-alternative-in-Base-SAS-9-4/m-p/551387#M74559</link>
    <description>&lt;P&gt;There is no real substitute for PROC SHEWHART.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You could use PROC SGPLOT to plot the data points and limits (you would have to calculate the limits prior to running PROC SGPLOT), but it would take a lot of programming to do all the testing that PROC SHEWHART does and then replicate this on the plot.&lt;/P&gt;</description>
    <pubDate>Tue, 16 Apr 2019 14:34:00 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2019-04-16T14:34:00Z</dc:date>
    <item>
      <title>Proc Shewhart alternative in Base SAS 9.4</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Shewhart-alternative-in-Base-SAS-9-4/m-p/551384#M74558</link>
      <description>We recently renewed are license but unfortunately we no longer have the capability to use PROC SHEWHART (example below). I am striking out on finding a comparable alternative to this procedure. It is a program that runs once per month, so necessary that it is as close as possible to the original programming language. Thank you in advance! proc shewhart DATA=DPROJECT; WHERE LOC="&amp;amp;LOC"; SYMBOL V=DOT C=BLACK; IRchart RATE*MM/ALLLABEL=(RATE)ALLN SIGMAS=2 CCONNECT=BLUE CINFILL=CXDEDDED CFRAME=RED CFRAMELAB=WHITE NOHLABEL NOLIMITSLEGEND NOCHART2 UCLLABEL='High Zone' LCLLABEL='Low Zone' WLIMITS=1 NAME='LINE' HEIGHT=3 FONT=SWISS; SYMBOL W=3; TITLE H=3 F=SWISSB 'INCIDENT RATE PER 100 ADP'; TITLE2 COLOR=RED F=SWISSB H=2 "&amp;amp;LOCNAME"; FOOTNOTE; FORMAT MM MO_YR.; run;</description>
      <pubDate>Tue, 16 Apr 2019 14:29:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Shewhart-alternative-in-Base-SAS-9-4/m-p/551384#M74558</guid>
      <dc:creator>CharaH</dc:creator>
      <dc:date>2019-04-16T14:29:07Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Shewhart alternative in Base SAS 9.4</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Shewhart-alternative-in-Base-SAS-9-4/m-p/551387#M74559</link>
      <description>&lt;P&gt;There is no real substitute for PROC SHEWHART.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You could use PROC SGPLOT to plot the data points and limits (you would have to calculate the limits prior to running PROC SGPLOT), but it would take a lot of programming to do all the testing that PROC SHEWHART does and then replicate this on the plot.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Apr 2019 14:34:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Shewhart-alternative-in-Base-SAS-9-4/m-p/551387#M74559</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2019-04-16T14:34:00Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Shewhart alternative in Base SAS 9.4</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Shewhart-alternative-in-Base-SAS-9-4/m-p/551398#M74560</link>
      <description>&lt;P&gt;Thank you for your quick response.&amp;nbsp; I had suspected as much, but hoped someone out there had found a simple solution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Apr 2019 15:05:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Shewhart-alternative-in-Base-SAS-9-4/m-p/551398#M74560</guid>
      <dc:creator>CharaH</dc:creator>
      <dc:date>2019-04-16T15:05:41Z</dc:date>
    </item>
  </channel>
</rss>

