Chapter Contents |
Previous |
Next |
The REPORT Procedure |
Featured in: | Selecting Variables for a Report and Calculating Percentages |
RBREAK location </ option(s)>; |
To do this | Use this option | |
---|---|---|
Specify the color of the break lines in the REPORT window | COLOR= | |
Double overline each value | DOL | |
Double underline each value | DUL | |
Overline each value | OL | |
Start a new page after the last break line of a break located at the beginning of the report | PAGE | |
Write a blank line for the last break line of a break located at the beginning of the report | SKIP | |
Specify a style element (for the Output Delivery System) for default summary lines, customized summary lines, or both | STYLE= | |
Include a summary line as one of the break lines | SUMMARIZE | |
Underline each value | UL |
Required Arguments |
Options |
BLACK | MAGENTA |
BLUE | ORANGE |
BROWN | PINK |
CYAN | RED |
GRAY | WHITE |
GREEN | YELLOW |
Default: | The color of Foreground in the SASCOLOR window. (For more information, see the online Help for the SASCOLOR window.) |
Restriction: | This option has no effect on the HTML or Printer output. |
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.
Default: | equals sign (=) |
Restriction: | This option has no effect on the HTML or Printer output. |
Interaction: | If you specify both the OL and DOL options, PROC REPORT honors only OL. |
See also: | the discussion of FORMCHAR= . |
Featured in: | Selecting Variables for a Report |
Default: | equals sign (=) |
Restriction: | This option has no effect on the HTML or Printer output. |
Interaction: | If you specify both the UL and DUL options, PROC REPORT honors only UL. |
See also: | the discussion of FORMCHAR= . |
Default: | hyphen (-) |
Restriction: | This option has no effect on the HTML or Printer output. |
Interaction: | If you specify both the OL and DOL options, PROC REPORT honors only OL. |
See also: | the discussion of FORMCHAR= . |
Featured in: | Calculating Percentages |
Restriction: | This option has no effect on the HTML or Printer output. |
Note: You can use braces ({ and }) instead of square brackets ([ and
]).
Default: | If you do not specify a style element, PROC REPORT uses DataEmphasis. |
See also: | For information about Institute-supplied
style definitions, see What Style Definitions Are Shipped with the Software? .
For information about PROC TEMPLATE and the Output Delivery System, see The Complete Guide to the SAS Output Delivery System. |
style-attribute-name=style-attribute-value |
You can set these style attributes:
ASIS= | FONT_WIDTH= |
BACKGROUND= | HREFTARGET= |
BACKGROUNDIMAGE= | HTMLCLASS= |
BORDERCOLOR= | JUST= |
BORDERCOLORDARK= | NOBREAKSPACE= |
BORDERCOLORLIGHT= | POSTHTML= |
BORDERWIDTH= | POSTIMAGE= |
CELLHEIGHT= | POSTTEXT= |
CELLWIDTH= | PREHTML= |
FLYOVER= | PREIMAGE= |
FONT= | PRETEXT= |
FONT_FACE= | PROTECTSPECIALCHARS= |
FONT_SIZE= | TAGATTR= |
FONT_STYLE= | URL= |
FONT_WEIGHT= | VJUST= |
Restriction: | This option affects only the HTML and Printer output. |
The following table shows how PROC REPORT calculates the value for each kind of report item in a summary line created by the RBREAK statement:
If the report item is ... | Then its value is ... | |
---|---|---|
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 DEFINE statement. 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 ). |
Featured in: | Selecting Variables for a Report and Calculating Percentages |
Default: | hyphen (-) |
Restriction: | This option has no effect on the HTML or Printer output. |
Interaction: | If you specify both the UL and DUL options, PROC REPORT honors only UL. |
See also: | the discussion of FORMCHAR= . |
Order of Break Lines |
Note: If you define a customized
summary for the break, customized
break lines appear after underlining or double underlining. For more information
about customized break lines, see COMPUTE Statement and
LINE Statement .
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.