EMS Manual

Compiled Filters
EMS Manual426909-005
5-32
Statements
LIST ( ssid-token )
if present, allows the user to enter the list identifier by the ssid-token.
Considerations
If you do not specify a subsystem ID on the compound statement, the subsystem
ID in ZSPI^TKN^SSID is assumed. In such a compound statement, simple
(unqualified) names of tokens represent tokens of the subsystem that generated
the event message.
Explicit qualification of a token name overrides the implicit qualification provided by
a compound statement. For details, see Qualified Tokens on page 5-12.
Examples
In this filter excerpt, the first compound statement leaves the EMF default
subsystem ID unchanged. The second compound statement establishes EMS as
the EMF default subsystem ID.
IF flag THEN
BEGIN
.
.
.
END;
BEGIN SSID ( ZEMS^VAL^SSID )
.
.
.
END;
This filter filters the events where error lists are present:
BEGIN LIST (SSID(ZFIL^VAL^SSID,ZSPI^TKN^ERRLIST))