ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » IBM MQ API Support » Running MQSeries cobol programs on windows nt.

Post new topic  Reply to topic
 Running MQSeries cobol programs on windows nt. « View previous topic :: View next topic » 
Author Message
vandana
PostPosted: Mon Feb 04, 2002 11:39 pm    Post subject: Reply with quote

Acolyte

Joined: 01 Dec 2001
Posts: 74

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 cobol too.
The options that i tried .. were given in the ibm manuals .
The link for the same is

http://www4.ibm.com/software/ts/mqseries/library/manuals/csqzal/CSQZAL58.HTM#Header_514

The docs suggest that the compilation
has to be done using:
using
cobol amq0put0 LITLINK;
and linked using :

cbllink amq0put0.obj mqmcb32.lib

however i do not have cbllink.exe.
so i tried linking the foll way :

link amq0put0.obj; mqmcb32.lib

but i gives me the following error.

Microsoft (R) Segmented-Executable Linker Version 5.02.05
Copyright (C) Microsoft Corp 1984-1988. All rights reserved.


AMQ0PUT0.OBJ(AMQ0PUT0) : error L2029 : 'MQOPE' : unresolved external
AMQ0PUT0.OBJ(AMQ0PUT0) : error L2029 : 'MQPU' : unresolved external
AMQ0PUT0.OBJ(AMQ0PUT0) : error L2029 : 'MQDIS' : unresolved external
AMQ0PUT0.OBJ(AMQ0PUT0) : error L2029 : 'MQCON' : unresolved external
AMQ0PUT0.OBJ(AMQ0PUT0) : error L2029 : 'MQCLOS' : unresolved external

so i compiled without the LITLINK option
as
cobol amq0put0;

and link using:
link amq0put0.obj; mqmcb32.lib

but then i get the runtime error as
mentioned above.
i.e MQConn.exe not found.
Which compiler should be used and where do i download it from ??

Thanks and Regards,
Vandana


Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » IBM MQ API Support » Running MQSeries cobol programs on windows nt.
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.