Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
The Change Problem Selection Entry (CHGPRBSLTE) command is used to change a problem selection entry that was added using the Add Problem Selection Entry (ADDPRBSLTE) command.
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
FILTER | Filter | Qualified object name | Required, Key, Positional 1 |
Qualifier 1: Filter | Name | ||
Qualifier 2: Library | Name, *LIBL, *CURLIB | ||
SEQNBR | Sequence number | 1-9999, *LAST | Required, Key, Positional 2 |
SELECT | Selection data | Single values: *SAME, *ANY Other values (up to 10 repetitions): Element list |
Optional |
Element 1: Relationship | *IF, *AND, *OR | ||
Element 2: Attribute | *EVENT, *ORIGIN, *ORGNETID, *ORGCPNAM, *RCVNETID, *RCVCPNAM, *PROBTYPE, *SEV, *MSGID, *ORGHDW, *RSCHDW, *RSCSFW | ||
Element 3: Relational operator | *EQ, *GT, *LT, *NE, *GE, *NL, *LE, *NG, *CT | ||
Element 4: Value | Character value | ||
GROUP | Group | Name, *SAME, *DEFAULT | Optional |
Top |
Specifies the name of the filter.
This is a required parameter.
The possible library values are:
Top |
Specifies the sequence number of the problem selection entry. Selection entries in a filter are numbered by sequence number. When a filter is applied, the selection entries with lower sequence numbers are tried first.
This is a required parameter.
Top |
Specifies that a problem log entry is selected or not selected based on whether information in the problem log entry satisfies a specified relationship.
You can specify a single value (*ANY) or all four elements that define a relationship. When you specify the four elements, the attribute and attribute value are compared for the relationship specified by the relational operator.
The possible Logical Operator values are:
The possible Attribute values are:
'nnnnnnnnnn'
'cccccccccc'
'nnnnnnnnnn'
'cccccccccc'
Note: User-Detected Remote Hardware problems are grouped with number 2 User-Detected problems.
Note: Problems do not have a severity level when locally created.
'tttt mmm ss-sssssss' 'tttt mmm ss-sssss' 'tttt mmm sssssss' 'tttt mmm sssss'
where tttt is the machine type, mmm is the model number and sssssssss is the serial number. Use this exact format to match a particular hardware resource exactly, or use a part of the hardware value with the Contains (*CT) relation to provide a partial match.
'tttt mmm ss-sssssss' 'tttt mmm ss-sssss' 'tttt mmm sssssss' 'tttt mmm sssss'
where tttt is the machine type, mmm is the model number and sssssssss is the serial number. Use this exact format to match a particular hardware resource exactly, or use a part of the hardware value with the Contains (*CT) relation to provide a partial match.
'ppppppp vv rr mm'
where ppppppp is the licensed program ID, vv is the version number, rr is the release number, and mm is the modification level. Use this exact format to match a particular software resource exactly, or use a part of the software value with the Contains (*CT) relation to provide a partial match.
Relational Operator values. The value specified for Attribute values must have the following relationship to the Attribute Values:
The possible Attribute Value values are:
Top |
Specifies the group to which a problem is assigned if it matches the criteria specified on the SELECT parameter.
Top |
CHGPRBSLTE FILTER(MYLIB/MYFILT) SEQNBR(1250) SELECT((*IF *SEV *EQ 1) (*OR *SEV *EQ 2)) GROUP(SEVHIGH)
This command changes the problem selection entry with the sequence number 1250 in filter MYFILT located in library MYLIB. If the severity level equals 1 or 2, it is put in group SEVHIGH.
Top |
*ESCAPE Messages
Top |