Author |
Message
|
mq_developer |
Posted: Thu Aug 22, 2002 9:45 am Post subject: Is PCF supported on OS/390 |
|
|
Voyager
Joined: 18 Feb 2002 Posts: 82
|
All,
Got a question for ya .
IS MQ PCF comands supported on MQ 5.2 on OS/390 . I am trying to
write a program to monitor queues on MVS using this . Just like to know is it feasible to do this using PCF on MVS.
Also in which manual was it stated whether its supported or NOT ....
Hope i wont get a -ve answer ..
--Ram-- |
|
Back to top |
|
 |
kolban |
Posted: Thu Aug 22, 2002 10:08 am Post subject: |
|
|
 Grand Master
Joined: 22 May 2001 Posts: 1072 Location: Fort Worth, TX, USA
|
Sorry ... its not supported. |
|
Back to top |
|
 |
Nimrod |
Posted: Mon Sep 02, 2002 6:55 am Post subject: A Reason why |
|
|
 Newbie
Joined: 08 Jul 2002 Posts: 6 Location: Israel
|
For a feasable explanation as to why PCF is not applicable on MVS I can answer this:
MQSeries for MVS was developed by a completely different team and department than MQSeries for open systems, and although the basic idea is preserved, it works and behaves quite differently from any other open-platform MQ.
Thus, besides requiring a completely different set of administration skills, it does not support PCF simply because it does not use PCF as the format for it's messages.
I can recommend, however, using the Rexx or Netview script interface for MQSeries (one support pack or other), which allows you to check the status of MQ objets in your script. It's quite simple.
Although it's far from being a robust administrative interface, it usually does the trick.
Nim _________________ Nimrod Oren
Integration Solutions Expert,
Multiconn, Israel. |
|
Back to top |
|
 |
zpat |
Posted: Tue Sep 03, 2002 12:44 am Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
I think contact admin sell a MQ/PCF command server for MVS. |
|
Back to top |
|
 |
mq_developer |
Posted: Thu Sep 05, 2002 2:43 pm Post subject: |
|
|
Voyager
Joined: 18 Feb 2002 Posts: 82
|
Kolban , Nim & zpat ...
Thank you all for your replies .... |
|
Back to top |
|
 |
PeterPotkay |
Posted: Mon Sep 09, 2002 6:27 pm Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
One of the main points they kept emphasizing at the Dallas MQ conferance was how they were pushing to having distributed MQ and z/OS MQ be more and more similiar. But, yes, still no PCF on the mainframe. Maybe 5.4 or 6? _________________ Peter Potkay
Keep Calm and MQ On |
|
Back to top |
|
 |
royr |
Posted: Tue Jan 11, 2005 8:53 am Post subject: |
|
|
 Acolyte
Joined: 30 Jun 2001 Posts: 65 Location: Israel
|
Hi,
Sorry to bring this topic back from the dead, but...
The "Programmable Command Formats and Administration Interface" book states here:
Quote: |
The Programmable Command Formats described in this book are supported by:
WebSphere MQ for AIX, V5.3
WebSphere MQ for HP-UX, V5.3
WebSphere MQ for iSeries(TM), V5.3
WebSphere MQ for Linux for Intel and Linux for zSeries, V5.3
WebSphere MQ for Solaris, V5.3
WebSphere MQ for Windows, V5.3
WebSphere MQ for z/OS(TM), V5.3
MQSeries for OS/2(R) Warp, V5.3
MQSeries for Compaq NonStop Kernel, V5.1
MQSeries for Compaq OpenVMS Alpha, V5.1
MQSeries for Sun Solaris, Intel Platform Edition, V5.1
|
BUT - just a few pages later, the exact opposite is stated:
Quote: |
Note:
PCF commands are not supported by WebSphere MQ for z/OS.
|
And - searching the PDF version for "z/OS" results many occurrences of "[this or that] is supported on z/OS".
So - supported or unsupported? Is it possible that WMQ for z/OS uses PCF for event pushing, but its command server only supports MQSC?
-Roy. |
|
Back to top |
|
 |
kevinf2349 |
Posted: Tue Jan 11, 2005 11:24 am Post subject: |
|
|
 Grand Master
Joined: 28 Feb 2003 Posts: 1311 Location: USA
|
It is not supported in 5.3
I believe it is going to be in the next release but I have seen nothing definative yet.
I think the confusion of support comes from the fact that you can build and send PCF format messages from z/OS but you can't yet have a z/OS queue manger respond to PCF commands.
Hope this helps |
|
Back to top |
|
 |
EddieA |
Posted: Tue Jan 11, 2005 12:49 pm Post subject: |
|
|
 Jedi
Joined: 28 Jun 2001 Posts: 2453 Location: Los Angeles
|
Quote: |
Is it possible that WMQ for z/OS uses PCF for event pushing, but its command server only supports MQSC |
In it's current incarnation, that about sums it up.
There's nothing in z/OS to stop you creating, and reading, PCF messages. It's just that the (IBM provided) Command Server doesn't "talk" PCF. _________________ Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0 |
|
Back to top |
|
 |
BillyBob |
Posted: Thu Jun 09, 2005 1:26 pm Post subject: |
|
|
Newbie
Joined: 09 Jun 2005 Posts: 2
|
PeterPotkay wrote: |
One of the main points they kept emphasizing at the Dallas MQ conferance was how they were pushing to having distributed MQ and z/OS MQ be more and more similiar. But, yes, still no PCF on the mainframe. Maybe 5.4 or 6? |
PCF is now supported as part of MQSeries V6. 5.2 on z/OS goes out of support soon so V6 might be the way forward for you. |
|
Back to top |
|
 |
PeterPotkay |
Posted: Thu Jun 09, 2005 1:46 pm Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
BillyBob wrote: |
PCF is now supported as part of MQSeries V6. 5.2 on z/OS goes out of support soon so V6 might be the way forward for you. |
5.2 went out of support a while back.
5.3 goes out of support 10-13-2005.
There is no end of support date for 5.3.1 yet. _________________ Peter Potkay
Keep Calm and MQ On |
|
Back to top |
|
 |
techno |
Posted: Wed Jun 15, 2005 2:27 pm Post subject: |
|
|
Chevalier
Joined: 22 Jan 2003 Posts: 429
|
Is this official? 5.3 going out of support??? |
|
Back to top |
|
 |
PeterPotkay |
Posted: Wed Jun 15, 2005 5:32 pm Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
|
Back to top |
|
 |
wschutz |
Posted: Wed Jun 15, 2005 5:38 pm Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
pcf for zOS has been supported (for event messages) in V5... V6 for zOS will support pcf commands (just like distributed mq), so you can write a program to monitor queues via pcf on zOS MQ V6.  _________________ -wayne |
|
Back to top |
|
 |
kjreddy |
Posted: Wed Apr 25, 2007 1:38 am Post subject: |
|
|
Novice
Joined: 16 Feb 2007 Posts: 20
|
how do i invoke the PCF on z/OS ?
Regards.,
Jagadish |
|
Back to top |
|
 |
|