Posted: Tue Dec 16, 2008 9:17 am Post subject: Parsing Accounting and statistics message MQCFH-Value Lists
Voyager
Joined: 29 Apr 2003 Posts: 99 Location: Boston, MA
Could anyone give an advise or shed some light on this...
I am traversing an accounting and statistics message of command type MQCMD_STATISTICS_Q. Some parameters have list of values that got me quite confused...for example:
[ 8464 bytes] Integer List (MQCFIL)
Type :5
Struc Length :24
Parameter Id :735 (Puts)
Parm Count :2
Values :
[ 1] Value :0 [0x'0']
[ 2] Value :0 [0x'0']
Which value should I access to get puts count ??? What does value [1] contain vs value [2] ???
See also:
[ 8424 bytes] Integer List (MQCFIL)
Type :5
Struc Length :24
Parameter Id :734 (Put1s)
Parm Count :2
Values :
[ 1] Value :7 [0x'7']
[ 2] Value :0 [0x'0']
I have found the documentation but unfortunately what I have found does not contain enough details...
Statistics messages are documented in, nominally, two different places. One is the PCF manual which describes all of the physical data structures that form the statistics message and the other is the Monitoring manual which defines the logical structure of the message and what the fields it contains are.
I believe that the information you are looking for about both of these fields is contained at
Joined: 29 Apr 2003 Posts: 99 Location: Boston, MA
Cool beans mqjeff
Table 2. Array indexed by persistence value Constant Value
1 Contains the value for nonpersistent messages.
2 Contains the value for persistent messages.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum