The syntax for the PROC CAPABILITY statement is as follows:
The following section lists all options. See the section Dictionary of Options for detailed information.
Table 5.2 lists all the PROC CAPABILITY options by function.
Table 5.2: PROC CAPABILITY Statement Options
Option |
Description |
---|---|
Input Data Set Options |
|
specifies input data set containing annotation information |
|
specifies input data set |
|
specifies that non-positive weights are to be excluded |
|
specifies that specification limits in SPEC= data set are to be applied to all BY groups |
|
specifies input data set with specification limits |
|
Plotting and Graphics Options |
|
defines characters used for features on legacy line printer plots |
|
specifies catalog for saving traditional graphics output |
|
requests legacy line printer plots |
|
Computational Options |
|
specifies definition used to calculate percentiles |
|
specifies units used to round variable values |
|
specifies divisor used to calculate variances and standard deviations |
|
Data Summary Options |
|
requests all tables |
|
requests frequency table |
|
requests table of modes |
|
requests table of n lowest, n highest observations |
|
requests table of n lowest, n highest values |
|
Output Options |
|
suppresses printed output |
|
creates an output data set containing univariate statistics and capability indices in tabular form |
|
Hypothesis Testing Options |
|
specifies mean for null hypothesis in tests for location |
|
requests table of counts used in sign test and signed rank test |
|
performs tests for normality |
|
Robust Estimation Options |
|
requests table of robust measures of scale |
|
requests table of trimmed means |
|
requests table of Winsorized means |
|
TRIMMED-Options |
|
specifies confidence level |
|
specifies type of confidence limit |
|
WINSORIZED-Options |
|
specifies confidence level |
|
specifies type of confidence limit |
|
Capability Index Options |
|
(obsolete) specifies a for Cpm(a) |
|
requests test of normality in conjunction with standard indices |
|
requests table of specialized indices including Boyles’ , , , , and Wright’s |
|
CHECKINDICES-Options |
|
specifies cutoff probability for p-values for test for normality used in conjunction with process capability indices |
|
specifies test for normality (Shapiro-Wilk, Kolmogorov-Smirnov, Anderson-Darling, Cramér-von Mises, or no test) |
|
Confidence Limit Options |
|
specifies level for all confidence limits |
|
requests confidence limits for the mean, standard deviation, variance |
|
specifies level and type of confidence limits for capability indices |
|
requests distribution-free confidence limits for percentiles |
|
requests confidence limits for percentiles assuming normality |
|
requests confidence limits for the probability of exceeding specifications |
|
CIBASIC-Options |
|
specifies confidence level |
|
specifies type of confidence limit |
|
CIINDICES-Options |
|
specifies confidence level |
|
specifies type of confidence limit |
|
CIPCTLDF-Options |
|
specifies confidence level |
|
specifies type of confidence limit |
|
CIPCTLNORMAL-Options |
|
specifies confidence level |
|
specifies type of confidence limit |
|
CIPROBEX-Options |
|
specifies confidence level |
|
specifies type of confidence limit |
The following entries provide detailed descriptions of the options in the PROC CAPABILITY statement. The notes Traditional Graphics and Line Printer identify options that apply to traditional graphics and line printer plots, respectively.
[12] In SAS 6.12 and earlier releases, the level for confidence limits for capability indices was specified with the GAMMA= option in the SPEC statement. This option still works but is considered obsolete.
[13] In SAS 6.12 and earlier releases, this value was specified with the ALPHA= option in the SPEC statement. This option still works but is considered obsolete.
[14] In SAS 6.12 and previous releases of SAS/QC software, line printer plots were created by default and the GRAPHICS option was required in the PROC CAPABILITY statement to produce traditional graphics output.