CL Command Reference - ADDALRSLTE

CL Command List > ADDALRSLTE Reference

Description:

The Add Alert Selection Entry (ADDALRSLTE) command allows the user to add an alert selection entry to an alert filter. Selection entries are the criteria that categorize a group of alerts.


Examples:

ADDALRSLTE FILTER(MYLIB/MYFILTER)
SELECT((*IF *RSCNAME *EQ CHICAGO1)
(*AND *RSCTYPE *EQ CP))
SEQNBR(*GEN) GROUP(CHICAGO)

This command adds selection entry 0010 to the filter MYFILTER in library MYLIB (a 0010 is generated because no entries have been added to the filter). Any alerts that have a resource name of ¡¯CHICAGO1¡¯ and a resource type of ¡¯CP¡¯ (control point) are assigned to group CHICAGO.