ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » Mainframe, CICS, TXSeries » z/OS MQ 6.0 - Queue Last Put/Get date and time setup

Post new topic  Reply to topic
 z/OS MQ 6.0 - Queue Last Put/Get date and time setup « View previous topic :: View next topic » 
Author Message
Chugalug
PostPosted: Tue Mar 18, 2008 2:35 pm    Post subject: z/OS MQ 6.0 - Queue Last Put/Get date and time setup Reply with quote

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
View user's profile Send private message
Mr Butcher
PostPosted: Tue Mar 18, 2008 11:16 pm    Post subject: Reply with quote

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
View user's profile Send private message
bruce2359
PostPosted: Wed Mar 19, 2008 6:05 am    Post subject: Reply with quote

Poobah

Joined: 05 Jan 2008
Posts: 9469
Location: US: west coast, almost. Otherwise, enroute.

Quote:
and do some rtfm


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
View user's profile Send private message
zpat
PostPosted: Wed Mar 19, 2008 6:38 am    Post subject: Reply with quote

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
View user's profile Send private message
Chugalug
PostPosted: Wed Mar 19, 2008 8:48 am    Post subject: Thanks for your response. The others were nfhaa. Reply with quote

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
View user's profile Send private message
Mr Butcher
PostPosted: Wed Mar 19, 2008 10:22 pm    Post subject: Reply with quote

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
View user's profile Send private message
zpat
PostPosted: Wed Mar 19, 2008 11:16 pm    Post subject: Reply with quote

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
View user's profile Send private message
bruce2359
PostPosted: Thu Mar 20, 2008 6:04 am    Post subject: Reply with quote

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
View user's profile Send private message
zpat
PostPosted: Thu Mar 20, 2008 6:19 am    Post subject: Reply with quote

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
View user's profile Send private message
Chugalug
PostPosted: Thu Mar 20, 2008 6:21 am    Post subject: Reply with quote

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
View user's profile Send private message
jefflowrey
PostPosted: Thu Mar 20, 2008 6:38 am    Post subject: Reply with quote

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
View user's profile Send private message
Mr Butcher
PostPosted: Thu Mar 20, 2008 6:48 am    Post subject: Reply with quote

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
View user's profile Send private message
bruce2359
PostPosted: Thu Mar 20, 2008 7:09 am    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » Mainframe, CICS, TXSeries » z/OS MQ 6.0 - Queue Last Put/Get date and time setup
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.