View previous topic :: View next topic |
Author |
Message |
Koppuramesh Beginner
Joined: 31 Dec 2002 Posts: 9 Topics: 5
|
Posted: Thu Sep 25, 2003 5:44 pm Post subject: MQ-OPEN problem in MFE. |
|
|
Hi,
I'm performing a call to 'MQOPEN' in my cobol program in MFE environment. It is getting abended with the MFE-Error code 173, with an error message 'called program file not found in drive/directory - MQOPEN" though I have updated the CICS - Resource Definition in MFE with my Queue Manager name, and MQ transaction running in my CICS region in the back ground.
When I debugg my program, My program is exactly abending at this statement :
CALL 'MQOPEN' USING MQ-HCONN
Do i need to do any more setups in MFE to run a cobol program with MQ stuff? Awaiting Experts Solution. |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12382 Topics: 75 Location: San Jose
|
Posted: Fri Sep 26, 2003 5:38 am Post subject: |
|
|
Ramesh,
Did you issue
Code: |
CALL 'MQCONN' USING WS-QMGR-NAME
|
before issuing Mqopen?
kolusu |
|
Back to top |
|
 |
Koppuramesh Beginner
Joined: 31 Dec 2002 Posts: 9 Topics: 5
|
Posted: Mon Oct 06, 2003 4:27 pm Post subject: |
|
|
In MFE environment, for online programs we need not issue CONN call since the connection established externally between MFE and MQ..keeping the same in my mind, I have not given MQCONN in batch program..which is required. Now I issued the MQCONN call and it is working fine. Thank you for your advice. |
|
Back to top |
|
 |
|
|