Trace examples
Some examples of trace activation that trace entry and exit for record management and the VRLL subcomponent
- To trace record management entry and exit:
R XX,OPTIONS=(ENTRY,EXITA,COMP(CICS VR),SUBCOMP=(NOVRLL)),
WTR=CTWDASD,END - To trace recovery routine entry and exit for the VRLL subcomponent:
R XX,OPTIONS=(RRTN,COMP(CICS VR),SUBCOMP=(VRLL)),
WTR=CTWDASD,END - If a special trace code is provided for CVR1, the following command might
be recommended by IBM® programming support to use that special trace code:
R XX,OPTIONS=(CVR1,COMP(CICS VR),SUBCOMP=(NOVRLL)),
WTR=CTWDASD,END