Created On:  30 March 2011

Problem:

CICS INQUIRE TSQNAME function does not return NUMITEMS. It always returns response 44 "QUEUE NOT FOUND".

Resolution:

According to the documentation, the INQUIRE TSQNAME function is not supported in Studio/Server Enterprise Edition 6.0. It does recognize it, but it does not process it.

If the reason to use INQUIRE TSQNAME is to get the NUMITEMS for the number of items in the TSQ, you can alternatively use READQ command with (NUMITEMS).
Incident #2488747