IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

COBOL MQ BATCH PROGRAM


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
viji_rags

New User


Joined: 04 Jun 2010
Posts: 24
Location: chennai

PostPosted: Wed Mar 12, 2014 10:41 pm
Reply with quote

Hi,

I am writing a new COBOL MQ batch program.

It is abending with MQOPEN not found. I have even given CSQBSTUB
in the linkcard but still the program is abending with MQOPEN not found.Can you please help

Thanks,
Vijay
Back to top
View user's profile Send private message
Pandora-Box

Global Moderator


Joined: 07 Sep 2006
Posts: 1592
Location: Andromeda Galaxy

PostPosted: Wed Mar 12, 2014 10:46 pm
Reply with quote

You mean to say it is not able to locate MQOPEN ?

Did you add all the libraries needed to execute Batch MQ program ??
Back to top
View user's profile Send private message
viji_rags

New User


Joined: 04 Jun 2010
Posts: 24
Location: chennai

PostPosted: Wed Mar 12, 2014 10:54 pm
Reply with quote

This is the error it's showing

"CEE3501S The module MQOPEN was not found. "

This is the linkcard we are using

INCLUDE SYSLIB(@@CBL2C)
INCLUDE SYSLIB(GFCTRN01)
INCLUDE SYSLIB(DFHELII)
INCLUDE SYSLIB(DSNCLI)
INCLUDE SYSLIB(DSNELI)
INCLUDE SYSLIB(CSQBSTUB)
ORDER GFCTRN01
NAME GFCTRN01(R)
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Wed Mar 12, 2014 11:14 pm
Reply with quote

did You use the procedure provide by Your support ???
Back to top
View user's profile Send private message
Pandora-Box

Global Moderator


Joined: 07 Sep 2006
Posts: 1592
Location: Andromeda Galaxy

PostPosted: Wed Mar 12, 2014 11:28 pm
Reply with quote

Also check if there is an alias used at your shop instead of MQOPEN
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> COBOL Programming

 


Similar Topics
Topic Forum Replies
No new posts Replace each space in cobol string wi... COBOL Programming 3
No new posts Using API Gateway from CICS program CICS 0
No new posts COBOL -Linkage Section-Case Sensitive COBOL Programming 1
No new posts COBOL ZOS Web Enablement Toolkit HTTP... COBOL Programming 0
No new posts Calling DFSORT from Cobol, using OUTF... DFSORT/ICETOOL 5
Search our Forums:

Back to Top