+

Search Tips | Advanced Search

Use trace with IBM MQ client on IBM i

On IBM® i, there is no Control Language (CL) command to capture the trace when using a stand-alone IBM MQ MQI client. STRMQTRC and ENDMQTRC programs can be used to enable and disable the trace.

Example for start trace:
CALL PGM(QMQM/STRMQTRC) PARM('-e' '-t' 'all' '-t' 'detail')
Where -e option requests early tracing of all the process -t option for trace type
To end the trace
CALL PGM(QMQM/ENDMQTRC) PARM('-e')

To examine First Failure Support Technology ( FFST ) files, see FFST: IBM MQ for IBM i.