SAS Component Language Dictionary |
Category: | Window |
Syntax | |
Details | |
Example |
Syntax |
rc=DMWINDOW(window-name,line-type,color,attribute); |
contains the return code for the operation:
0 | |
0 |
is the window for which you want to assign colors and display attributes:
is the output area to which the colors and highlighting attributes are to be assigned:
is a color name: BLACK, BLUE, BROWN, CYAN, GRAY, GREEN, MAGENTA, ORANGE, PINK, RED, WHITE, or YELLOW. SASCOLOR window elements can also be used for color.
is a display attribute: NONE, BLINKING, HIGHLIGHT, HIREV, REVERSE, or UNDERLINE. If you specify a SASCOLOR window element for color, then attribute is ignored, because the SASCOLOR window element contains a display attribute.
Details |
The device must support the specified color or highlighting attribute in order for SAS to enable the attribute.
Example |
Set the highlighting attribute of the title line in the OUTPUT window to blinking and set its color to yellow:
rc=dmwindow('output','title','yellow','blinking');
Copyright © 2009 by SAS Institute Inc., Cary, NC, USA. All rights reserved.