Author |
Message |
Topic: Problem with Fujitsu Compiler |
vandana
Replies: 1 Views: 3604
|
Forum: IBM MQ API Support Posted: Thu May 09, 2002 5:56 am Subject: Problem with Fujitsu Compiler |
Hi,
I had extracted the cobolv3.exe and put in the source cobol programs
in PCobol32 folder created after extraction.The compilation and linking worked fine then.
However now when I try to ... |
Topic: MQSeries for cobol |
vandana
Replies: 1 Views: 3426
|
Forum: IBM MQ API Support Posted: Mon May 06, 2002 3:18 am Subject: MQSeries for cobol |
In the java program we are reqd to give the port no , the ip address
and the name of server conn channel to connect to a QM.
however in a cobol pgm they are not required.
Why is that so?
What ar ... |
Topic: Thru using the Fujitsu compiler |
vandana
Replies: 2 Views: 8488
|
Forum: IBM MQ API Support Posted: Wed Feb 06, 2002 7:45 pm Subject: Thru using the Fujitsu compiler |
I just followed the instructions given
in the tutorial for compiling
and linking the cobol pgm.
|
Topic: Thru using the Fujitsu compiler |
vandana
Replies: 2 Views: 8488
|
Forum: IBM MQ API Support Posted: Wed Feb 06, 2002 3:40 am Subject: Thru using the Fujitsu compiler |
Thanks to all of u for ur suggestions..
worked successfully on the cobol pgm using
the fujistsu compiler.
Thanks and Regards,
Vandana
|
Topic: Microfocus cobol compiler |
vandana
Replies: 4 Views: 12528
|
Forum: IBM MQ API Support Posted: Tue Feb 05, 2002 8:01 pm Subject: Microfocus cobol compiler |
Hi ,
i did compile it using LITLINK.
but i don't have cblink.exe
so if i link using link.exe specifying
the appropriate lib i.e
link amq0put0 ;mqmcb32.lib
but then i get a runtime error. ... |
Topic: Microfocus cobol compiler for Windows NT |
vandana
Replies: 2 Views: 10768
|
Forum: IBM MQ API Support Posted: Tue Feb 05, 2002 5:37 am Subject: Microfocus cobol compiler for Windows NT |
Hi stefan,
i did download the fujitsu compiler.
i faced problems while linking it.
we do have a licensed copy of Microfocus cobol
compiler.
is there any way by which i could escalte my prob to ... |
Topic: Running MQSeries cobol programs on windows nt. |
vandana
Replies: 0 Views: 8761
|
Forum: IBM MQ API Support Posted: Mon Feb 04, 2002 11:39 pm Subject: Running MQSeries cobol programs on windows nt. |
Hi,
Hi i want to compile the amq0put0.cbl
using the microfocus cobol compiler.
I'm not very well versed with the diffrent aspects of cobol compilation-linking .
but i need to implement it in ... |
Topic: Microfocus cobol compiler for Windows NT |
vandana
Replies: 2 Views: 10768
|
Forum: IBM MQ API Support Posted: Mon Feb 04, 2002 10:50 pm Subject: Microfocus cobol compiler for Windows NT |
Hi,
where do i download the microfocus cobol compiler
for nt 4.0.I do have one but it doesn't have the
cbllink.exe as mentioned in the manuals for linking
the cobol program.
Regards,
... |
Topic: Triggering Messages |
vandana
Replies: 1 Views: 9342
|
Forum: IBM MQ API Support Posted: Wed Jan 30, 2002 1:21 am Subject: Triggering Messages |
Hi,
If a que is set on for triggering ,and there are a number of messages
already existing on the que ,after staring the trig monitor would the application b fired for all the existing messages ... |
Topic: Retrieving Messages |
vandana
Replies: 4 Views: 5206
|
Forum: IBM MQ API Support Posted: Tue Jan 29, 2002 6:49 am Subject: Retrieving Messages |
Hi,
I'm facing some problems in correlation my messageid with correlationid.
I have 2 Queues ind7_local1 and ind7_reply1.
The program MQReq put a message in ind7_local1
with pmo as new-msg-i ... |
Topic: MQSeries Client connection |
vandana
Replies: 2 Views: 10546
|
Forum: IBM MQ API Support Posted: Tue Jan 29, 2002 6:44 am Subject: MQSeries Client connection |
Thanks .
I think I've understood it.
|
Topic: MQSeries Client Products |
vandana
Replies: 3 Views: 9931
|
Forum: IBM MQ API Support Posted: Mon Jan 28, 2002 9:20 pm Subject: MQSeries Client Products |
What exactly is an MQSeries client product ??
Is it the system on which MQClient component is installed ??
if a Qmanager created on a MQServer can be accessed
from a system having no MQComp ... |
Topic: MQSeries Client Connection Channel |
vandana
Replies: 1 Views: 9642
|
Forum: IBM MQ API Support Posted: Mon Jan 28, 2002 7:45 am Subject: MQSeries Client Connection Channel |
Hi,
I ran a java pgrm form a system on which none of the mq component
were installed.i just specified the classpath of jar file.
it worked.
when would a client connection channel b created ... |
Topic: MQSeries Client connection |
vandana
Replies: 2 Views: 10546
|
Forum: IBM MQ API Support Posted: Mon Jan 28, 2002 12:01 am Subject: MQSeries Client connection |
Hi,
I'm working on nt 4.0.MQseries(v 5.1).
In the MQExplorer,in the advanced tab below the channels
i see Client connection.Does it imply client connection channel??
Why would a client conne ... |
Topic: Server Connection Channel -Client Connection Channel |
vandana
Replies: 3 Views: 19989
|
Forum: IBM MQ API Support Posted: Fri Jan 25, 2002 6:47 am Subject: Server Connection Channel -Client Connection Channel |
A server connection Channel is used when we have a
Java Client program .?
Do we need a server connection channel
in other programming languages as well ??
When do we create a client connec ... |