Report command

The WebSphere® MQ report can be requested from a Report Set in the CICS PA dialog. Select the WebSphere MQ report in the Subsystem Reports category.

In batch, the MQ command is used to request the WebSphere MQ report.

The command to produce the default report, a Class 1 Summary report, is:
CICSPA MQ
or
CICSPA MQ(SUMMARY,CLASS1)
To produce a Class 3 Summary report:
CICSPA MQ(SUMMARY,CLASS3)
To produce a Class 1 List report:
CICSPA MQ(LIST,CLASS1)
To produce a Class 3 List report:
CICSPA MQ(LIST,CLASS3)
To tailor the report, you can specify report options as follows:
CICSPA MQ(
         [OUTPUT(ddname),]
         [LIST,]
         [SUMMARY,]
         [CLASS1,]
         [CLASS3,]
         [SORT([TRAN,][QUEUE]),]
         [QNAME(name),]
         [SSID(id1,id2,...),]
         [LINECount(nnn),]
         [TITLE1('...sub-heading left ...'),]
         [TITLE2('...sub-heading right...'),]
         [SELECT(PERFORMANCE(INCLUDE|EXCLUDE(field1(values1),...),
                            ...))])
Note: MQ accounting records do not have a time zone conversion factor. CICS PA uses the reporting system's time zone to convert the MQ time stamps to local time. However, when you run the WebSphere MQ report on a system with a different time zone setting to that of the SMF data, you will need to specify the ZONE operand to match the time zone of the SMF data.

Information Information

Feedback


Timestamp icon Last updated: Thursday, 7 November 2013


http://pic.dhe.ibm.com/infocenter/cicsts/v5r1/topic//report-reference/cparr135.htm