X'9018' RETURN CODE ERROR 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 an error code for that particular queue.
Programmer response
REG15 in the REG0-15 save area contains
the Browse return code. 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.