DFHTD0251 applid Dynamic deallocation of queue queue failed. Return code - X'rrrr',X'cccc' in module module.

Explanation

While closing queue queue, CICS transient data issued the MVS macro, DYNALLOC, to dynamically deallocate the queue. Deallocation failed with the MVS return code, cccc. rrrr is the return code in register 15.

System action

CICS continues with the queue closed, but still allocated.

Message DFHME0116, which contains the symptom string for this problem, is produced.

User response

If you change the DSNAME attribute in the resource definition for the transient data queue, and then reopen the queue in the same CICS run, CICS may open the original data set. For an explanation of the MVS return code, see the z/OS MVS Programming: Authorized Assembler Services Guide.

Note:

Because of the circumstances under which this message is issued, it can only be issued to the console. It should not be rerouted to a transient data queue.

Module

DFHTDOC

XMEOUT parameters/Message inserts

  1. applid
  2. queue
  3. X'rrrr'
  4. X'cccc'
  5. module

Destination

Console