Reading the event dictionary

The event dictionary contains three columns of information:
  • NAME
  • USE
  • REFERENCED ON STATEMENT NUMBER.
The NAME column lists the event names used in the STL program. String constant event names appear enclosed in single quotes (for example, "EVENT1"). Named constant and string variable event names appear without quotes (for example, MYEVENT). String expression event names appear as *STRING EXPRESSION* (for example, POST MYEVENT||"2" would appear this way). The statement DEACT ALL EVENTS ONS displays an event name of *ALL*.
The USE column lists how each event is used in the STL program. Valid values for the USE column are:
POST POST type event names.
SIGNAL SIGNAL type event names.
TAG Event tags.

The REFERENCED ON STATEMENT NUMBER column lists the statement numbers where the particular event is referenced.