GROUP command

This section provides an overview of the Auxiliary command GROUP.

Usage

Use the GROUP command to collect several OMEGAMON® XE for DB2® PE identifier values under one name. When you request a report and specify this name by using the INCLUDE or EXCLUDE subcommand option, the events for all individual items are consolidated into one.

Usage notes

General rules regarding the use of GROUP

Rules applying to the use of GROUP with INCLUDE and EXCLUDE

Syntax

Read syntax diagramSkip visual syntax diagram>>-GROUP-------------------------------------------------------->
 
                                     .-,--------------------------.
                                     V                            |
>--(--PE_identifier--(--set name--(----+-value------------------+-+--)--)--)-><
                                       +-L(list name)-----------+
                                       '-R(from_value,to_value)-'
 

Subcommand options

The syntax diagram shows the options that are available with this subcommand. See OMEGAMON XE for DB2 PE subcommand options for comprehensive descriptions of these options. The following list gives additional or specific descriptions of selected options, where appropriate.

PE_identifier
The OMEGAMON XE for DB2 PE identifier that the set contains. Identifiers valid for the different report sets are shown in the following table.
Table 30. OMEGAMON XE for DB2 PE identifiers used with GROUP
OMEGAMON XE for DB2 PE Identifier Accounting I/O Activity Locking Utility Activity SQL Activity
CONNECT
CONNTYPE
CORRNAME
CORRNMBR
DATABASE      
DATASET        
ENDUSER        
MAINPACK        
ORIGAUTH
PACKAGE        
PAGESET      
PLANNAME
PRIMAUTH or AUTHID
REQLOC
TRANSACT        
WSNAME        
set name
The name of the set. It must be unique within the job step. Set names can consist of up to eight alphanumeric characters (A -- Z, _, #, $, @, 0 -- 9) with no embedded spaces. Set names must begin with a character in the range A to Z.
value
A value for the specified OMEGAMON XE for DB2 PE identifier.

Identifier values must consist of the following characters: A -- Z, #, $, @, >, <, or 0 -- 9. If the value you want to include contains a character that is not in this list, use an asterisk in its place or place the string in quotes.

Except for the CONNTYPE identifier, a value can be specified in generic form. Place an asterisk (*) in the value to indicate that any value is valid. For example:

L
Indicates that the following value is a list name. You cannot use the generic form for list names. For example, L(ABC*E) cannot be used.
R
Denotes a range of values beginning with from_value and ending with to_value. The from_value must be less than to_value. The generic form can be used only in the last character position in range values. For example, R(AUTH1*,AUTH2*) is acceptable, but R(AUTH*1,AUTH*2) is not.
Note:
  1. Quoted values can also be specified. Any quoted string is accepted, provided that it passes length and format checking.
  2. Range cannot be specified for CONNTYPE.