Displaying message suppression, retention, color, intensity, and highlighting options

Use the DISPLAY MPF (message processing facility) command to display information about message processing and presentation that is contained in the MPFLSTxx parmlib member or members currently in effect.

The MPF parameter on the INIT statement in the CONSOLxx parmlib member or the SET MPF=xx command activates and deactivates an MPFLSTxx member or members.

The syntax of the DISPLAY MPF command is:

D MPF
 
D MPF[,{MSG|M}   ][,L={a|name|name-a}]
      |,{COLOR|C}
      |,CMD
 
MPF
The system is to display information about message processing and presentation. If you do not use operands on the DISPLAY MPF command, the system displays the following information:
  • Which messages are being suppressed by MPF
  • Which action message are not being retained by the action message retention facility
  • Which installation exits receive control for selected messages
  • The status of the general WTO installation exit IEAVMXIT
  • Whether this message is automated by MPF
  • The MPFLSTxx member that identifies the message ID, color attribute, or command installation exit definition
  • What color, intensity, and highlighting capabilities are in effect
  • The status of the command installation exit routines specified in parmlib member MPFLSTxx
  • The current installation options for handling foreign messages
  • Whether verbose messages are to be produced or not

Refer to see a description of the output in message IEE677I.

MSG or M
The system is to display information on all messages that are defined in the current MPFLSTxx member:
  • Which messages are being suppressed by MPF
  • Which action messages are not being retained by the action message retention facility
  • Which installation exits receive control for selected messages
  • The status of the general WTO installation exit IEAVMXIT
  • Whether this message is automated by MPF
  • The MPFLSTxx member is automated by MPF
  • The MPFLSTxx member that identifies the message ID
COLOR or C
The system is to display:
  • What color, intensity, and highlighting capabilities are in effect
CMD
The system is to display:
  • The status of the command installation exit routines specified in parmlib member MPFLSTxx
L=a, name, or name-a
Specifies the display area (a), console name (name), or both (name-a) where the display is to appear.

If you omit this operand, the display is presented in the first available display area or the message area of the console through which you enter the command.

Example 1:

To display information about the message IDs and WTOR installation exits for all consoles, enter:
D MPF,M

Example 2:

To display the color, intensity, and highlighting specifications for all consoles, enter:
D MPF,C

Example 3:

To display the message processing and presentation information for all consoles on console 2, area A, enter:
D MPF,L=CON2-A

Example 4:

To display the status of the command installation exits, enter:
D MPF,CMD