Chapter Contents |
Previous |
Next |
The REPORT Procedure |
Path |
Edit | Summarize information |
After you select Summarize Information, PROC REPORT offers you four choices for the location of the break:
After you select a location, the BREAK window opens.
Note: To create a break before or after detail lines (when the
value of a group or order variable changes), you must select a variable before
you open the BREAK window.
Description |
Note: For
information about changing the formatting characters
that are used by the line drawing options in this window, see the discussion
of FORMCHAR= .
Options |
Default: | hyphen (-) |
Interaction: | If you specify options to overline and to double overline, PROC REPORT overlines. |
Default: | equals sign (=) |
Interaction: | If you specify options to overline and to double overline, PROC REPORT overlines. |
Default: | hyphen (-) |
Interaction: | If you specify options to underline and to double underline, PROC REPORT underlines. |
Default: | equals sign (=) |
Interaction: | If you specify options to overline and to double overline, PROC REPORT overlines. |
This option has no effect if you use it in a break at the end of a report.
Interaction: | If you use this option in a break on a variable and you create a break at the end of the report, the summary for the whole report is on a separate page. |
A summary line between sets of observations also contains
The following table shows how PROC REPORT calculates the value for each kind of report item in a summary line created by the BREAK window:
If the report item is ... | Then its value is ... | |
---|---|---|
the break variable | the current value of the variable (or a missing value if you select
suppress break value ) |
|
a group or order variable to the left of the break variable | the current value of the variable | |
a group or order variable to the right of the break variable, or a display variable anywhere in the report | missing* | |
a statistic | the value of the statistic over all observations in the set | |
an analysis variable | the value of the statistic specified as the usage option in the item's definition. PROC REPORT calculates the value of the statistic over all observations in the set. The default usage is SUM. | |
a computed variable | the results of the calculations based on the code in the corresponding compute block (see COMPUTE Statement ). | |
*If you reference a variable with a missing value in a customized summary line, PROC REPORT displays that variable as a blank (for character variables) or a period (for numeric variables). |
If you select Suppress break value, the value of the break variable is unavailable for use in customized break lines unless you assign it a value in the compute block associated with the break.
Color |
Default: | The color of Foreground in the SASCOLOR window. (For more information, see the online Help for the SASCOLOR window.) |
Note: | Not all operating environments and devices support all colors, and in some operating environments and devices, one color may map to another color. For example, if the DEFINITION window displays the word BROWN in yellow characters, selecting BROWN results in a yellow item. |
Pushbuttons |
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.