Trace options
This table lists the valid options for use with this trace facility.
Trace event | Descriptions |
---|---|
ENTRY |
All module entries. |
EXIT |
Module exits with nonzero return codes only. |
EXITA |
All module exits. |
CALL |
Equivalent to specifying both ENTRY and EXIT. |
UEXIT |
Entries and exits of user exits. |
RRTN |
Entries and exits of recovery routines. |
CB |
Control block changes. |
POST |
Usage of certain MVS services. |
SPECIAL |
Entries and exits of commonly shared functions. |
SUSP |
Suspension or resumption of a work unit. |
CONFIG |
Configuration changes. |
CVR1 |
Special-purpose trace event for use under specific IBM® programming support direction (for CICS® VR usage). |
CVR2 |
Special-purpose trace event for use under specific IBM programming support direction (for CICS VR usage). |
CVR3 |
Special-purpose trace event for use under specific IBM programming support direction (for CICS VR usage). |
CVR4 |
Special-purpose trace event for use under specific IBM programming support direction (for CICS VR usage). |
CVR5 |
Special-purpose trace event for use under specific IBM programming support direction (for CICS VR usage). |
DLKPD |
Deadlock, timeout, or retained-lock problem determination trace event. |
COMP=(CICS VR) |
Specifies the functional areas of CICS VR Server component. |
SUBCOMP=(CICS VR component list) |
Specifies-specific subcomponents in the CICS VR Server component. |
The following terms are used to designate the subcomponents of CICS VR
server:
RCC | VRSS | VRLL | VRPL |
VRMN | VRLS | VREG |
Note:
- You might also specify ALL rather than list the COMP keyword. COMP=(CICS VR) is equivalent to specifying all CICS VR subcomponents. However, in most cases you trace only the specific subcomponents.
- You can specify the SUBCOMP keyword without the COMP keyword.
- You can turn off any of the options listed here, except for ALL, COMP, and SUBCOMP, by prefixing them with NO (for example, NORCC, NOVREG).