Author |
Message
|
lucimast |
Posted: Fri Sep 09, 2005 12:32 am Post subject: How to get queue list on z/OS |
|
|
Novice
Joined: 12 Nov 2003 Posts: 15
|
Hello,
I'd like to know how to get queue list on z/OS with JAVA.
I'd like to know too how to get structure information of a queue on z/OS with JAVA.
I read on the forum that PCFAgent is not available on z/OS.
Some say that I must use MQSC Commands but I don't know how ?
Can you give me a sample !
Thanks.  |
|
Back to top |
|
 |
vennela |
Posted: Fri Sep 09, 2005 12:51 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
|
Back to top |
|
 |
Mr Butcher |
Posted: Fri Sep 09, 2005 1:09 am Post subject: |
|
|
 Padawan
Joined: 23 May 2005 Posts: 1716
|
if you want to do it on your own:
you have to write a request message to the SYSTEM.COMMAND.INPUT holding the command you want to issue (check the MQSC manual for command syntax), and supply a replytoq and replytoqmgr information for the answer messages. _________________ Regards, Butcher |
|
Back to top |
|
 |
lucimast |
Posted: Fri Sep 09, 2005 1:11 am Post subject: |
|
|
Novice
Joined: 12 Nov 2003 Posts: 15
|
Thanks a lot for you answers.
I'm trying!  |
|
Back to top |
|
 |
jefflowrey |
Posted: Fri Sep 09, 2005 3:41 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
The messages you have to write have to contain the plain text of the MQSC command you want to run. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
|