Wait procedure (WAIT)

Use the WAIT keyword to specify a WAIT problem.

If your problem type is WAIT, perform these steps:
  1. Research the activity before system activity was suspended, identifying which operation is in the wait state.
  2. Record any messages that were sent to the CICS® VR message log or to the system console.
  3. 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:
    1. Record the name and the compilation date of the module.
    2. Record the offset into the module.
    3. Provide a description of the situation leading up to the problem.

See Collecting documentation about all problems to complete your documentation of the problem.