Getting the documentation you need
Before you begin
About this task
You can use the system dump to find out:
- Whether the loop is in your user code or in CICS code
- If the loop is in your user code, the point at which the loop was entered.
A tight loop is unlikely to contain many instructions, and you might be able to capture all the evidence you need from the record of events in the internal trace table. A non-yielding loop may contain more instructions, depending on the EXEC CICS commands it contains, but you might still be able to capture the evidence you need from the record of events in the internal trace table. If you find that it is not big enough, direct tracing to the auxiliary trace destination instead.