1 /ACTIVATING
Deactivates a tracepoint established with a previous SET TRACE/ACTIVATING command.
2 /ALL
By default, deactivates all user-defined tracepoints. When used with /PREDEFINED, it deactivates all predefined tracepoints but no user-defined tracepoints. To deactivate all tracepoints, use /ALL/USER/PREDEFINED.
3 /BRANCH
Deactivates a tracepoint established with a previous SET TRACE/BRANCH command.
4 /CALL
Deactivates a tracepoint established with a previous SET TRACE/CALL command.
5 /EVENT
/EVENT=event-name Deactivates a tracepoint established with a previous SET TRACE/EVENT=event-name command. Specify the event name (and address expression, if any) exactly as specified with the SET TRACE/EVENT command. To identify the current event facility and the associated event names, use the SHOW EVENT_FACILITY command.
6 /EXCEPTION
Deactivates a tracepoint established with a previous SET TRACE/EXCEPTION command.
7 /INSTRUCTION
Deactivates a tracepoint established with a previous SET TRACE/INSTRUCTION command.
8 /LINE
Deactivates a tracepoint established with a previous SET TRACE/LINE command.
9 /PREDEFINED
Deactivates a specified predefined tracepoint without affecting any user-defined tracepoints. When used with /ALL, it deactivates all predefined tracepoints.
10 /TERMINATING
Deactivates a tracepoint established with a previous SET TRACE/TERMINATING command.
11 /USER
Deactivates a specified user-defined tracepoint without affecting any predefined tracepoints. When used with /ALL, it deactivates all user-defined tracepoints. The /USER qualifier is the default unless you specify /PREDEFINED.