X'9014' NO MESSAGE RETURNED ON INTERNAL CALL TO BROWSE
Explanation
While querying either the APPC, OTMA, or cold queues, the query processor called Browse internally to get the message and extract information for the CQSQRYQT entry for the queue name. Browse returned a code indicating there were no messages on that particular queue.
Programmer response
REG15 in the REG0-15 save area contains
the Browse return code of 4. REG6 is the address of the DFSSQQRY buffer
containing queue names that have messages. REG7 is the current queue
name entry that encountered the error. REG2 has the queue type from
MQCURQNM in the MRSELWK area; the queue type is one of the following:
- 01 = APPC
- 02 = COLD
- 08 = OTMA
This is probably either an IMS or CQS error.