Use this field-level keyword on a menu-bar field to specify the color, display attributes, or character used to form the menu-bar separator line.
The format of the keyword is:
MNUBARSEP([color] [display-attribute] [character])
One parameter must be specified.
The color parameter specifies the color of the separator characters on a color work station. The parameter is specified as an expression of the form (*COLOR value).
The valid values for the color parameter are:
If the color parameter is not specified, the default is blue. This parameter is ignored if it is specified for a menu bar on a monochrome display.
The display-attribute parameter specifies the display attributes of the separator characters. The parameter is specified as an expression of the form (*DSPATR value1 <value2 <value3...>>).
The valid values for the display attributes are:
The default display attribute for the menu-bar separator is normal (or low) intensity.
The character parameter specifies the character that makes up the separator line. The parameter is specified as an expression of the form (*CHAR 'separator-character'). The separator-character value is one character. If this parameter is not specified, the default separator character is a dash (-) or on a graphical device this shows as a solid line. Although any displayable character may be specified as the separator character, it is recommended that you use invariant characters.
When the MNUBARSEP keyword is specified on a field, the MNUBAR keyword must also be specified on the associated record. The *NOSEPARATOR parameter may not be used on the MNUBAR keyword if the MNUBARSEP keyword is specified.
Option indicators are valid for this keyword.
If more than one COLOR keyword is specified, the color parameter, display attribute, and separator character are taken from the first keyword that was specified.
(C) Copyright IBM Corporation 1992, 2006. All Rights Reserved.