CL Command Reference - CHGPRBSLTE

CL Command List > CHGPRBSLTE Reference

Description:

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.


Examples:

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.