LIST command

This section provides an overview of the Auxiliary command LIST.

Usage

Use the LIST command to define a named list of values for a OMEGAMON® XE for DB2® PE identifier, and to use the list name in INCLUDE or EXCLUDE instead of entering each list item.

Usage notes

Rules applying to the use of LIST with INCLUDE and EXCLUDE

Syntax

Read syntax diagramSkip visual syntax diagram>>-LIST--------------------------------------------------------->
 
                                      .-,--------------------------.
                                      V                            |
>--(--PE_identifier--(--list name--(----+-value------------------+-+--)--)--)-><
                                        +-L(list name)-----------+
                                        +-G(set 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 list contains. Any identifier can be used with the LIST command except FIELD.
list name
The name of the list. The combination of list name and OMEGAMON XE for DB2 PE identifier must be unique in the job step. List names can consist of up to eight alphanumeric characters (A -- Z, _, #, $, @, 0 -- 9) with no embedded spaces. List names must begin with a character in the range A to Z.
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.

Except for the INSTANCE 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
Denotes 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.

The L(list name) option cannot specify the list name for this LIST command.

G
Denotes that the following value is a set name. You cannot use the generic form for set names. For example, G(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.

Example using the LIST command

This example requests the following:

//SYSIN DD *
LIST
		   (PRIMAUTH(AUTHLST5(R(USER01,USER05),USER11)))
ACCOUNTING
   TRACE
      INCLUDE (PRIMAUTH(L(AUTHLST5)))
EXEC