|
Chapter Contents |
Previous |
Next |
| PROC CUSUM Statement |
The PROC CUSUM statement starts the CUSUM procedure, and it optionally identifies various data sets and requests graphics output. You can specify the following options in the PROC CUSUM statement.
You cannot use a DATA= data set with a HISTORY= data set. If you do not specify a DATA= or HISTORY= data set, PROC CUSUM uses the most recently created data set as a DATA= data set. For more information, see "DATA= Data Set" .
The features associated with values of index are as follows:
| Value of index | Description of Character | Chart Feature |
| 1 | vertical bar | frame |
| 2 | horizontal bar | frame, central line |
| 3 | box character (upper left) | frame |
| 4 | box character (upper middle) | serifs, tick (horizontal axis) |
| 5 | box character (upper right) | frame |
| 6 | box character (middle left) | not used |
| 7 | box character (middle middle) | serifs |
| 8 | box character (middle right) | tick (vertical axis) |
| 9 | box character (lower left) | frame |
| 10 | box character (lower middle) | serifs |
| 11 | box character (lower right) | frame |
| 12 | vertical bar | control limits |
| 13 | horizontal bar | control limits |
| 14 | box character (upper right) | control limits |
| 15 | box character (lower left) | control limits |
| 16 | box character (lower right) | control limits |
| 17 | box character (upper left) | control limits |
Not all printers can produce the characters in the preceding
list. By default, the form character list specified by the SAS
system option FORMCHAR= is used; otherwise, the default is
FORMCHAR='|----|+|---|====='.
If you print to a PC screen or if your device supports the
ASCII symbol set (1 or 2), the following is recommended:
formchar='B3,C4,DA,C2,BF,C3,C5,B4,C0,C1,D9,BA,CD,BB,C8,BC,D9'X
Note that you can use the FORMCHAR= option to temporarily override the values of the SAS system FORMCHAR= option. The values of the SAS system FORMCHAR= option are not altered by the FORMCHAR= option in the PROC CUSUM statement.
If the values of the subgroup-variable are numeric, you need to sort the data set so that these values are in increasing order (within BY groups). A HISTORY= data set can contain only one observation for each value for the subgroup-variable.
You cannot use a HISTORY= data set together with a DATA=
data set. If you do not specify a HISTORY= or DATA=
data set, PROC CUSUM uses the most recently created data
set as a DATA= data set.
For more information on HISTORY= data sets, see
"HISTORY= Data Set" .
If you are using Release 6.09 or an earlier release of SAS/QC software, you must specify the options READLIMITS or READINDEX= in the XCHART statement to read the parameters from the LIMITS= data set. In Release 6.10 and later releases, these options are not needed.
For details about the variables needed in a LIMITS= data set, see "LIMITS= Data Set" . If you do not provide a LIMITS= data set, you must specify the parameters with options in the XCHART statement.
|
Chapter Contents |
Previous |
Next |
Top |
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.