CBACK

Specifies the background color
Operating state: GKCL
Default: 1. CBACK= graphics option, if specified; 2. device's default background color.

Syntax

return-code-variable=GSET('CBACK', cback);

Required Argument

cback
character string enclosed in quotation marks or character variable name; can contain any predefined SAS color name. See SAS Color Names and RGB Values in the SAS Registry for a list of predefined SAS color names.

Return Codes

This function returns:

Details

The GSET('CBACK', . . . ) function sets the background color. GSET('CBACK', . . . ) has the same effect as the CBACK= graphics option.