Author |
Message
|
prince_mq |
Posted: Fri Jul 13, 2007 7:48 am Post subject: write message to queue on z/os |
|
|
Voyager
Joined: 10 Aug 2006 Posts: 76
|
Hi,
I have used "CSQ4BCK1" program to put messages to a queue. I think this program is similar to "amqsput" on non-z/os platforms.
Can you please tell me how do i write data set files to a queue on z/os? Actually my message length varies and hence i am wondering if there is any other utility / program to do this.
Thanks in Advance, |
|
Back to top |
|
 |
zpat |
Posted: Fri Jul 13, 2007 11:45 pm Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
Any mainframe programming language supporting the MQI can be used to do it, Assembler, Cobol, PL/1, REXX etc. |
|
Back to top |
|
 |
Vitor |
Posted: Sun Jul 15, 2007 1:48 am Post subject: Re: write message to queue on z/os |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
prince_mq wrote: |
Actually my message length varies and hence i am wondering if there is any other utility / program to do this.
|
PM4Data can do this. So, I believe, can the other common "file over queues" utilities. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
zpat |
Posted: Sun Jul 15, 2007 8:19 am Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
If you really are considering paying for a product, drop me a PM and I will do it for 50% less! |
|
Back to top |
|
 |
prince_mq |
Posted: Sun Jul 15, 2007 11:09 pm Post subject: |
|
|
Voyager
Joined: 10 Aug 2006 Posts: 76
|
hi zpat/vitor,
Thanks so much for your replies!!
Currently, we are looking for only freeware utilities that can put datasets on to queues. Are there any freeware utilities to achieve the functionality? Kindly let me know..
Thanks
Prince |
|
Back to top |
|
 |
zpat |
Posted: Sun Jul 15, 2007 11:52 pm Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
For goodness sake, this is a matter of a simple program, not much beyond the famous "Hello World".
Surely you can find someone at your mainframe site capable of coding a few lines?
Don't let anyone tell you that you need any kind of product, free or otherwise. |
|
Back to top |
|
 |
Vitor |
Posted: Mon Jul 16, 2007 12:46 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
zpat wrote: |
Don't let anyone tell you that you need any kind of product, free or otherwise. |
I never said he needed it, just that PM4Data can do it....
If the site management are so coding averse that they want a utility, who are we to stand in the way of their spending? _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
jefflowrey |
Posted: Mon Jul 16, 2007 11:20 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
If the requirement is "read a file, write it to a queue", then this is a programming 101 exercise.
If the requirement is "perform enterprise caliber managed file to queue operatoins", then this is *not* a programming 101 exercise - as the full requirements need to be fleshed out in terms of security, auditing, non-repudiation, validation, and etc. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
|