|
Chapter Contents |
Previous |
Next |
| PROC MACONTROL Statement |
The PROC MACONTROL statement starts the MACONTROL procedure, and it optionally identifies various data sets and requests graphics output. You can specify the following options in the PROC MACONTROL statement. The marginal notes Graphics and Line Printer identify options that apply to graphics devices and line printers, respectively.
The data set specified with the ANNOTATE= option in the PROC MACONTROL statement is a "global" annotate data set in the sense that the information in this data set is displayed on every chart produced in the current run of the MACONTROL procedure.
You cannot specify a DATA= data set with a HISTORY= or TABLE= data set. If you do not specify an input data set, PROC MACONTROL uses the most recently created data set as a DATA= data set. For more information, see "DATA= Data Set" in the appropriate chart statement chapter.
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 FORMCHAR= option 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 MACONTROL 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 with a DATA= or TABLE=
data set. If you do not specify an input
data set, PROC MACONTROL uses the most recently created data
set as a DATA= data set.
For more information on HISTORY= data sets, see
"HISTORY= Data Set" in the appropriate
chart statement chapter.
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 chart 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" in the appropriate chart statement chapter.
If you do not provide a LIMITS= data set, you must specify the parameters with options in the chart statement.
You cannot use a TABLE= data set with a DATA= or HISTORY= data set. If you do not specify an input data set, PROC MACONTROL uses the most recently created data set as a DATA= data set. For more information, see the "TABLE= Data Set" section in the appropriate chart statement chapter.
|
Chapter Contents |
Previous |
Next |
Top |
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.