IBM Tivoli NetView for z/OS, Version 6.2

NORMAL

Purpose

Use the NORMAL statement to change the color of normal messages that are displayed on the command facility panel. The NORMAL statement also defines the color and highlight attributes of the message area of the command facility panel after the screen is erased using the CLEAR command. The sample member containing the NORMAL statement is CNMSCNFT. Code the NORMAL statement only once.

Syntax

The NORMAL statement has the following syntax:
Read syntax diagramSkip visual syntax diagram
NORMAL

>>-NORMAL-- --+-----------+--+--------------+------------------->
              '-colorf-- -'  '-attribute-- -'   

>--+---------------+-------------------------------------------><
   '-ON-- --colorb-'   

where:
colorf
Defines foreground color for normal messages. The foreground color must be specified before the background color.
attribute
Defines alarm, intensity, and highlight attributes for normal messages. You can specify attributes only once for the NORMAL statement.
ON
Makes the color specified by colorb apply to the background of the normal messages. This is a required keyword if you specify only a background color.
colorb
Defines background color for normal messages.

Usage notes

  • To create a member containing screen format definitions, use this member. Specify the name of the member on the SCRNFMT parameter of the DEFAULTS or OVERRIDE command.
  • The NetView® program supplies the following defaults for the NORMAL statement:
    • Turquoise foreground
    • Black background
    • Normal highlighting
    • Low intensity
    • Alarm off
  • The following operands are color operands:
    BLACK
    The color black
    BLUE
    The color blue
    RED
    The color red
    PINK
    The color pink
    GREEN
    The color green
    TURQ
    The color turquoise
    YELLOW
    The color yellow
    WHITE
    The color white
  • The following operands are highlight operands:
    BLINK
    The characters blink.
    REV
    The characters change to reverse video.
    UND
    The characters are underlined.
    NRM
    Normal attributes are used.
  • The following operands are intensity operands:
    HIGH
    The characters have high intensity.
    LOW
    The characters have low intensity.
  • The following operand is the alarm operand:
    BEEP
    When a message is shown, an audible alarm sounds.

Related statements

ACTION, CMDLINE, COLUMNHEAD, HELD, HOLDPCNT, HOLDWARN, IMDAREA, INDENT, LASTLINE, LOCKIND, MLINDENT, NOPREFIX, NORMQMAX, PREFIX, TITLE, TITLEDATE, TITLEDOMID, TITLEOPID, TITLESTAT, TITLETIME


Feedback