Previous Page | Next Page

System Options under z/OS

FSBCOLOR System Option: z/OS



Specifies whether you can set background colors in SAS windows on vector graphics devices.
Default: NOFSBCOLOR
Valid in: configuration file, SAS invocation
Category: Environment Control: ENVDISPLAY
PROC OPTIONS GROUP= ENVDISPLAY
z/OS specifics: all

Syntax
Details

Syntax

FSBCOLOR | NOFSBCOLOR

FSBCOLOR

enables you to set the background color in your SAS windows. For example, if you specify FSBCOLOR when you invoke SAS, you can issue commands such as the following in any SAS window:

color back blue

This command sets the background color to blue.

Use the FSBCOLOR option only on vector graphics devices. The FSBCOLOR system option is ignored if you specify it on a program symbols device, and you will receive an error message if you try to set the background color of a window.

NOFSBCOLOR

specifies that no background colors are to be used. NOFSBCOLOR is the default value on all devices.


Details

Nongraphics terminals and program symbols graphics terminals, such as the IBM 3279, the PC 3270 emulators, and the Tektronix 4205, do not enable you to set the background color of individual windows; the background color is always black. Vector graphics terminals such as the IBM 3179G, 3192G, and 3472G enable you to set the background color.

Previous Page | Next Page | Top of Page