Chapter Contents |
Previous |
Next |
DMWINDOW |
Category: | Window |
Syntax | |
Details | |
Example |
Syntax |
rc=DMWINDOW(window-name,line-type,color,attribute); |
0 | successful |
0 | not successful |
Type: Numeric
'OUTPUT'
'LOG'
Type: Character
'DATA'
'ERROR'
'NOTES'
'SOURCE'
'WARNING'
'BYLINE'
'HEADER'
'TITLE'
Type: Character
Type: Character
Type: Character
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');
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.