Defines colors in an Production Reporting report.
DECLARE-COLOR-MAP color_name=({rgb}) color_name=({rgb}) . . . END-DECLARE
A color_name is composed of the alphanumeric characters (A-Z, 0-9), the underscore (_) character, and the dash (-) character. It must start with an alpha (A-Z) character. It is case insensitive. The name 'none' is reserved and cannot be assigned a value. A name in the format (RGBredgreenblue) cannot be assigned a value. The name 'default' is reserved and can be assigned a value. 'Default' is used during execution when a referenced color is not defined in the runtime environment.
red_lit|_var|_col, green_lit _var|_col, blue_lit|_var|_col where each component is a value in the range of 000 to 255. In the BEGIN-SETUP section, only literal values are allowed.
Default colors implicitly installed with Production Reporting include:
DECLARE-COLOR-MAP in the BEGIN-SETUP section defines or redefines colors in an Production Reporting report. You can define an endless number of entries.