DISPLAY GROUP on z/OS
Use the MQSC command DISPLAY GROUP to display information about the queue sharing group to which the queue manager is connected. This command is valid only when the queue manager is a member of a queue sharing group.
Use MQSC commands
For information on how we use MQSC commands, see Performing local administration tasks using MQSC commands.
We can issue this command from sources 2CR. For an explanation of the source symbols, see Sources from which we can issue MQSC commands on z/OS .
Synonym: DIS GROUP
DISPLAY GROUP
Usage notes for DISPLAY GROUP
- The response to the DISPLAY GROUP command is a series of messages containing information about
the queue sharing group to which the queue manager is connected. The following information is returned:
- The name of the queue sharing group
- Whether all the queue managers that belong to the group are active or inactive
- The names of all the queue managers that belong to the group.
- If you specify OBSMSGS (YES), whether queue managers in the group contain obsolete messages in Db2
Parameter descriptions for DISPLAY GROUP
- OBSMSGS
-
Specifies whether the command additionally
looks for obsolete messages in Db2. This is
optional. Possible values are:
- NO
- Obsolete messages in Db2 are not looked for. This is the default value.
- YES
- Obsolete messages in Db2 are looked for and messages containing information about any found are returned.
Parent topic: MQSC commands