Previous Page | Next Page

Commands under OpenVMS

COLOR Command: OpenVMS



Specifies the color and highlighting of selected portions of a window.
OpenVMS specifics: valid field types and attributes

Syntax
Details
See Also

Syntax

COLOR field-type <color | NEXT <highlight>>

Note:   This is a simplified description of the COLOR command syntax. For the complete description, see the COLOR command in the Base SAS section in SAS Help and Documentation  [cautionend]

field-type

specifies the area of the window (such as background, command, border, or message) or type of text you want to change.

color

specifies the color for the field. On terminals that support color, the following values are valid:

K

black

B

blue

n

brown

C

cyan

G

green

?

gray

M

magenta

O

orange

R

red

W

white

Y

yellow

NEXT

specifies to change the color to the next color in the list.

highlight

specifies the highlighting attribute for the field. The following values are valid:

H

HIGHLIGHT, which causes the text to be displayed in a bold font.

R

REVERSE video.

U

UNDERLINE.

Restriction: The B (BLINK) attribute is not supported under OpenVMS.

Details

The COLOR command enables you to set the color for specific elements of the active window.

To save your changes beyond your current session, do one of the following:

Note:   The WSAVE command is not available for all SAS windows. For example, with SAS/FSP software, changes are saved either through the EDPARMS window or the PARMS window. To determine whether WSAVE is available for a particular SAS window, see the product documentation.  [cautionend]

Both the COLOR command and the WSAVE command override actions in the SASCOLOR window. That is, COLOR and WSAVE override the use of CPARMS colors for that particular window without affecting the CPARMS values for other SAS windows.


See Also

Previous Page | Next Page | Top of Page