Use the WAIT keyword to specify a WAIT problem.
If your problem type is WAIT, perform these steps:
- Research the activity before system activity was suspended, identifying
which operation is in the wait state.
- Record any messages that were sent to the CICS VR message
log or to the system console.
- Cancel CICS VR,
using the dump option.
Alternatively, determine the module in which the
WAIT occurred by locating the address of the last instruction that ran. This
instruction is probably a WAIT SVC, X'0A01'. If it is not, perform further
analysis to determine if the program is in a loop, or if the code is running
as expected:
- Record the name and the compilation date of the module.
- Record the offset into the module.
- Provide a description of the situation leading up to the problem.
See Collecting documentation about all problems to complete your documentation
of the problem.