Home | Previous Page | Next Page   MQ DataBlade Module > MQ DataBlade Functions > MQTrace() > 3 3 3

Syntax

3

3
Read syntax diagramSkip visual syntax diagram3>>-MQTRACE--(--trace_level--,--trace_file--)-------------------><
3 
3 3
3
trace_level
3
Required parameter. Integer value specifying the trace level, 3currently only a value of greater than 50 results in output. 3
3
trace_file
3
Required parameter. The full path and name of the file to 3which trace information is appended. The file must be writable by 3user informix. 3
3
3

To enable tracing, you must first create a trace class by inserting 3a record into the systemtraceclasses system 3catalog: 3

3
insert into informix.systraceclasses(name) values ('idsmq') 
3

For more details regarding tracing, see the IBM Informix: Guide to SQL Reference.

Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]