The COMPUTE statement begins a compute block that produces a customized
summary at the end of the report. This STYLE= option specifies the style element
to use for the text that is created by the LINE statement in this compute
block. This style element switches the foreground and background colors that
were specified for the LINES location in the PROC REPORT statement. It also
changes the font style, the font weight, and the font size.
compute after manager
/ style=[font_style=roman font_size=3 font_weight=bold
background=white foreground=black];