EMS Manual

Example of Retrieving Event Messages
EMS Manual426909-005
A-13
TAL Source File
CALL DEBUG;
! Tell distributor to use collector log files as
! the source of event messages
CALL spi^cmd^set^source;
! Load the filter and filter parameter(s)
! into the distributor
CALL spi^cmd^load^filter;
! Retrieve and display event messages
CALL getevent^loop;
CALL STOP;
END;