Author |
Message |
Topic: Regarding amqsput and amqsput0.c program |
santy84
Replies: 25 Views: 13354
|
Forum: General IBM MQ Support Posted: Thu Jul 07, 2016 10:11 pm Subject: Regarding amqsput and amqsput0.c program |
Might be worth finding an introductory C programming course, then you'll be all good.
 |
Topic: Regarding amqsput and amqsput0.c program |
santy84
Replies: 25 Views: 13354
|
Forum: General IBM MQ Support Posted: Thu Jul 07, 2016 7:55 pm Subject: Regarding amqsput and amqsput0.c program |
It looks like only the XLC runtime is installed. If the XLC compiler was installed (therefore your company paid $ for the license), it would show xlccmp components, something like:
$ lslpp -l | grep ... |
Topic: Regarding amqsput and amqsput0.c program |
santy84
Replies: 25 Views: 13354
|
Forum: General IBM MQ Support Posted: Thu Jul 07, 2016 7:54 pm Subject: Re: Regarding amqsput and amqsput0.c program |
I'm guessing from your earlier comment about class path that you're a Java programmer rather than a C programmer. Why don't you just use the Java samples instead of the C samples? Then at least you ... |
Topic: Regarding amqsput and amqsput0.c program |
santy84
Replies: 25 Views: 13354
|
Forum: General IBM MQ Support Posted: Wed Jul 06, 2016 8:10 pm Subject: Regarding amqsput and amqsput0.c program |
I understand, I did a little shift by asking those basic.. but really appreciate your inputs..
I moved away from MQ because I wasn't sure about this c programs and compliers etc..  |
Topic: Regarding amqsput and amqsput0.c program |
santy84
Replies: 25 Views: 13354
|
Forum: General IBM MQ Support Posted: Wed Jul 06, 2016 7:59 pm Subject: Regarding amqsput and amqsput0.c program |
Hi Hughson,
xlC.cpp 9.0.0.0 COMMITTED C for AIX Preprocessor
xlC.msg.en_US.cpp 9.0.0.0 COMMITTED C for AIX Preprocessor
You mean above are c compilers ? to be s ... |
Topic: Regarding amqsput and amqsput0.c program |
santy84
Replies: 25 Views: 13354
|
Forum: General IBM MQ Support Posted: Wed Jul 06, 2016 7:38 pm Subject: Regarding amqsput and amqsput0.c program |
Thanks gbaddeley, Hughson for your inputs...
I am trying compile this program however found gcc complier is missing in my server..
when I typed following to see what complier availa ... |
Topic: Regarding amqsput and amqsput0.c program |
santy84
Replies: 25 Views: 13354
|
Forum: General IBM MQ Support Posted: Mon Jul 04, 2016 7:03 pm Subject: Regarding amqsput and amqsput0.c program |
Yes you need to compile and then link any changes you make to a C program and build a new program. C is not an interpreted language.
Cheers,
Paul.
Thanks Paul.. I will try to install C compil ... |
Topic: Regarding amqsput and amqsput0.c program |
santy84
Replies: 25 Views: 13354
|
Forum: General IBM MQ Support Posted: Mon Jul 04, 2016 5:59 pm Subject: Regarding amqsput and amqsput0.c program |
Hi Guys,
I am trying to change amsput0.c program to make sure I will place a correlationId customized by me..
I changed following snippet .. but its not reflecting .. not sure what else need to done ... |
Topic: How to setup MQSeries in Perl |
santy84
Replies: 8 Views: 9210
|
Forum: General IBM MQ Support Posted: Thu May 19, 2016 1:21 am Subject: How to setup MQSeries in Perl |
Perl/CPAN really likes to compile modules at install time - except of course for things that don't have source available. Like MQ.
If you are trying to install the MQSeries modules, you need the M ... |
Topic: How to setup MQSeries in Perl |
santy84
Replies: 8 Views: 9210
|
Forum: General IBM MQ Support Posted: Thu May 12, 2016 7:32 pm Subject: How to setup MQSeries in Perl |
If nobody on your team has experience with Perl - it seems odd that you are being asked to use it.
If your site doesn't use Perl (because no one has any experience in it):
a) How was ... |
Topic: How to setup MQSeries in Perl |
santy84
Replies: 8 Views: 9210
|
Forum: General IBM MQ Support Posted: Wed May 11, 2016 11:33 pm Subject: How to setup MQSeries in Perl |
I given following links to my unix team
http://search.cpan.org/~mqseries/MQSeries-1.34/
http://search.cpan.org/~miyagawa/App-cpanminus-1.7040/lib/App/cpanminus.pm |
Topic: How to setup MQSeries in Perl |
santy84
Replies: 8 Views: 9210
|
Forum: General IBM MQ Support Posted: Wed May 11, 2016 11:32 pm Subject: How to setup MQSeries in Perl |
I am assigned with placing request messages to Websphere MQ queue and listening to response queue for response message using perl script.
I had experience in MQ but not in Perl scripting ..
I go ... |