GDDM V3R2 Diagnosis
Previous topic | Next topic | Contents | Index | Contact z/OS | Library | PDF | BOOK


Event functions

GDDM V3R2 Diagnosis
SC33-0870-01



Event functions, when used with an IF statement, restrict the amount of trace output produced by the action functions. That is, they qualify the conditions that, when satisfied, cause the specified trace actions.

The event functions that you can specify are summarized in this table:


   Function      Syntax
   ALL           ALL
   Component     AIC|CDU|CSI|ESI|FSM|GKS|ICU|IMC|IMD|IMS|ISE|IVU|NUM|PGR|
                 QPU|TSI|VSE
   COUNT         (number)
   ENTRY         ENTRY
   EXIT          EXIT
   Level         MOD|SCMPNT|CMPNT|API
   LIMIT         LIMIT(low_limit[, high_limit])
   NAME          NAME("module_name")
   RANGE         RANGE(low_event_number[, high_event_number])


If you do not specify any event functions, the action functions are executed at the entry and exit of each module.

Subtopics:

Go to the previous page Go to the next page



Copyright IBM Corporation 1990, 2012