Author |
Message
|
Chugalug |
Posted: Tue Mar 18, 2008 2:35 pm Post subject: z/OS MQ 6.0 - Queue Last Put/Get date and time setup |
|
|
 Newbie
Joined: 07 Mar 2007 Posts: 4 Location: Pittsburgh
|
How do you configure MQ z/OS ver 6.0 to update the Queue last Put/Get date and time?[/img] |
|
Back to top |
|
 |
Mr Butcher |
Posted: Tue Mar 18, 2008 11:16 pm Post subject: |
|
|
 Padawan
Joined: 23 May 2005 Posts: 1716
|
check the monitoring settings of the queuemanager and the queues and do some rtfm. _________________ Regards, Butcher |
|
Back to top |
|
 |
bruce2359 |
Posted: Wed Mar 19, 2008 6:05 am Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
Of all the ETLA's, this one is my favorite. _________________ I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live. |
|
Back to top |
|
 |
zpat |
Posted: Wed Mar 19, 2008 6:38 am Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
Turn on queue monitoring, which can be done at the queue level (or at the QM level).
I've just had a play with this. The stats only seem to appear on MQ Explorer rather than the ISPF panels.
You can turn on monitoring via ISPF though. |
|
Back to top |
|
 |
Chugalug |
Posted: Wed Mar 19, 2008 8:48 am Post subject: Thanks for your response. The others were nfhaa. |
|
|
 Newbie
Joined: 07 Mar 2007 Posts: 4 Location: Pittsburgh
|
zpat wrote: |
Turn on queue monitoring, which can be done at the queue level (or at the QM level).
I've just had a play with this. The stats only seem to appear on MQ Explorer rather than the ISPF panels.
You can turn on monitoring via ISPF though. |
|
|
Back to top |
|
 |
Mr Butcher |
Posted: Wed Mar 19, 2008 10:22 pm Post subject: |
|
|
 Padawan
Joined: 23 May 2005 Posts: 1716
|
the stats appear on the mq ispf panels if you use "qlocal". if you use "queue" for display you will not see them. _________________ Regards, Butcher |
|
Back to top |
|
 |
zpat |
Posted: Wed Mar 19, 2008 11:16 pm Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
What's the view on the overhead of queue monitoring?
Would it be expensive (in MIPS terms) to turn it on system wide with the Low overhead setting as the default? |
|
Back to top |
|
 |
bruce2359 |
Posted: Thu Mar 20, 2008 6:04 am Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
Quote: |
overhead of queue monitoring? |
Unlike midrange platforms, with all the horsepower and other resources of a mainframe, "overhead" is near zero. The same is true for SMF statistics and accounting recording. _________________ I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live. |
|
Back to top |
|
 |
zpat |
Posted: Thu Mar 20, 2008 6:19 am Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
Are there any IBM reports that confirm the overhead on z/OS before I put my life on the line?  |
|
Back to top |
|
 |
Chugalug |
Posted: Thu Mar 20, 2008 6:21 am Post subject: |
|
|
 Newbie
Joined: 07 Mar 2007 Posts: 4 Location: Pittsburgh
|
Thanks for all the response. I did find the QLocal parameters and QMGR parameters and have turned monitoring on Low (refresh every 30 min?) at the QMGR level testing. I do see the LPUT/LGET DATE/TIME objects getting updated. Now I need to write a CICS Cobol Inquiry to be able to display the status on a User written CICS screen. I do see the values in the using the MQSC DIS QS command but do not know if this can be done from a Cobol/CICS program?
-------------- Command Results: RETURN=00000000, REASON=00000000 -------------
CSQM441I +CSQT QSTATUS(TEST.BSMITH.INBOUND ) TYPE(Q
UEUE ) OPPROCS( 1) IPPROCS( 0) CURDEPTH( 22) UNCOM(N
O ) MONQ(LOW ) QTIME( 53646472, 53519152) MSGAGE( 671482) LPU
TDATE(2008-03-20 ) LPUTTIME(08.19.06) LGETDATE(2008-03-12 ) LGETTIME(15.45.05
) QSGDISP(QMGR )
------------------------------------------------------------------------------- |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Mar 20, 2008 6:38 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Chugalug wrote: |
I do see the values in the using the MQSC DIS QS command but do not know if this can be done from a Cobol/CICS program? |
You can send an MQSC command to the Command Queue. That is, just a MQFMT_STRING message containing "DIS QS(*)" or whatever. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
Mr Butcher |
Posted: Thu Mar 20, 2008 6:48 am Post subject: |
|
|
 Padawan
Joined: 23 May 2005 Posts: 1716
|
in addition, the message must be of the type request and you have to supply a replytoq for the answer.
with mqv6, you could also use pcf commands. theres a manual for that. _________________ Regards, Butcher |
|
Back to top |
|
 |
bruce2359 |
Posted: Thu Mar 20, 2008 7:09 am Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
zpat asks:
Quote: |
Are there any IBM reports that confirm the overhead on z/OS before I put my life on the line? |
IBM will need to respond to this specific request.
There are tools (SMF/RMF) on the mainframe to monitor and report on application and system behavior - in this case, the overhead of MQ monitoring. You could develop a benchmark application, run it with monitoring off, run it with monitoring on, then compare the results. This is a common behavior for capacity planning; and it's a well-proven and regular event on the mainframe. _________________ I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live. |
|
Back to top |
|
 |
|