You can read raw data (counts of nonconforming items) from a DATA= data set specified in the PROC SHEWHART statement. Each process specified in the PCHART statement must be a SAS variable in the DATA= ...
For example, the following sets of statements specify the label Proportion Nonconforming for the vertical axis of the p chart: proc shewhart data=circuits; pchart fail*batch / subgroupn=500; label ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results