Author |
Message |
Topic: 2058 error on MQCONN in OS390 Batch |
rss0213
Replies: 41 Views: 47356
|
Forum: Mainframe, CICS, TXSeries Posted: Tue Aug 07, 2012 4:51 am Subject: 2058 error on MQCONN in OS390 Batch |
Sorry, I've been busy with other stuff and haven't had time to post an update. I see several questions here I need to respond to - try to get to that later today. |
Topic: 2058 error on MQCONN in OS390 Batch |
rss0213
Replies: 41 Views: 47356
|
Forum: Mainframe, CICS, TXSeries Posted: Wed Jun 20, 2012 7:29 am Subject: 2058 error on MQCONN in OS390 Batch |
Yes, I meant it's called by another program. But yes, it's a static call, so they're bound into one load module. |
Topic: 2058 error on MQCONN in OS390 Batch |
rss0213
Replies: 41 Views: 47356
|
Forum: Mainframe, CICS, TXSeries Posted: Wed Jun 20, 2012 7:05 am Subject: 2058 error on MQCONN in OS390 Batch |
The Q MGR exists, but I have a process to assign the production or test Q MGR based on a value in a control file that indicates production or test. I just tried hard coding the Q MGR name with a MOVE ... |
Topic: 2058 error on MQCONN in OS390 Batch |
rss0213
Replies: 41 Views: 47356
|
Forum: Mainframe, CICS, TXSeries Posted: Wed Jun 20, 2012 6:24 am Subject: 2058 error on MQCONN in OS390 Batch |
Sigh...
Same result. And to answer an earlier question: we only have this one test Q Mgr. |
Topic: 2058 error on MQCONN in OS390 Batch |
rss0213
Replies: 41 Views: 47356
|
Forum: Mainframe, CICS, TXSeries Posted: Wed Jun 20, 2012 5:05 am Subject: 2058 error on MQCONN in OS390 Batch |
The MQ I-O program is called from another batch program. I'm taking the comm-area data and putting it into a sequential file and making the MQ I-O program open the file, read the data and move it to ... |
Topic: 2058 error on MQCONN in OS390 Batch |
rss0213
Replies: 41 Views: 47356
|
Forum: Mainframe, CICS, TXSeries Posted: Tue Jun 19, 2012 6:32 pm Subject: 2058 error on MQCONN in OS390 Batch |
Tomorrow I'm going to try to execute the MQIO program stand-alone and see if that makes a difference. I'll let you know. |
Topic: 2058 error on MQCONN in OS390 Batch |
rss0213
Replies: 41 Views: 47356
|
Forum: Mainframe, CICS, TXSeries Posted: Tue Jun 19, 2012 1:30 pm Subject: 2058 error on MQCONN in OS390 Batch |
ok, I added our libraries for the SCSQAUTH and SCSQLOAD you mentioned. I used the same ones that CSQ4BVA1 uses.
//WIRB0500 EXEC PGM=WIRB0500
//STEPLIB DD DSN=SYS3.IBM.MQ.V6R0M0.SCSQLOAD,DISP=S ... |
Topic: 2058 error on MQCONN in OS390 Batch |
rss0213
Replies: 41 Views: 47356
|
Forum: Mainframe, CICS, TXSeries Posted: Tue Jun 19, 2012 10:14 am Subject: 2058 error on MQCONN in OS390 Batch |
The STEPLIB points to the batch load library of the Change Man package:
//WIRB0500 EXEC PGM=WIRB0500
//STEPLIB DD DSN=SSS.CHGMAN.PROD.WIRC.#000036.LOD,DISP=SHR |
Topic: 2058 error on MQCONN in OS390 Batch |
rss0213
Replies: 41 Views: 47356
|
Forum: Mainframe, CICS, TXSeries Posted: Tue Jun 19, 2012 8:48 am Subject: 2058 error on MQCONN in OS390 Batch |
Sorry about re-opening the old post. Yes, I'm certain it's the CSQBSTUB that is linked. See below. We use HEWL for this application in Change Man. Would that make a difference?
BATCH EMULATOR ... |
Topic: 2058 error on MQCONN in OS390 Batch |
rss0213
Replies: 41 Views: 47356
|
Forum: Mainframe, CICS, TXSeries Posted: Mon Jun 18, 2012 5:10 pm Subject: 2058 error on MQCONN in OS390 Batch |
This is the entire MQCONN paragraph:
DISPLAY '-MQIO- 450-60-CALL-MQCONN'.
DISPLAY '-MQIO- MQQC-CURR-QMGR: ' MQQC-CURR-QMGR.
DISPLAY '-MQIO- WS-QHCONN : ' WS-QHCONN .
DISPLAY '-MQIO ... |
Topic: 2058 error on MQCONN in OS390 Batch |
rss0213
Replies: 41 Views: 47356
|
Forum: Mainframe, CICS, TXSeries Posted: Mon Jun 18, 2012 2:57 pm Subject: 2058 error on MQCONN in OS390 Batch |
Yes. Here's the code in CSQ4BVA1:
*
* Connect to the specified queue manager.
*
CALL 'MQCONN' USING W02-MQM
W03-HCONN
W03-COMPCODE
... |
Topic: 2058 error on MQCONN in OS390 Batch |
rss0213
Replies: 41 Views: 47356
|
Forum: Mainframe, CICS, TXSeries Posted: Fri Jun 15, 2012 6:25 am Subject: 2058 error on MQCONN in OS390 Batch |
Right - I gathered that from Peter's post. Do you know anything about why the batch connection is failing? |
Topic: 2058 error on MQCONN in OS390 Batch |
rss0213
Replies: 41 Views: 47356
|
Forum: Mainframe, CICS, TXSeries Posted: Fri Jun 15, 2012 5:46 am Subject: Similar Issue |
Hi. I'm having a similar problem. I have put a message on a queue with a CICS program, which connects to the QMgr by name, and now I'm trying to GET the message from the queue with a batch program, ... |
Topic: MQ API supported with PowerBuilder and Visual FoxPro |
rss0213
Replies: 3 Views: 5669
|
Forum: IBM MQ API Support Posted: Wed May 30, 2007 9:38 am Subject: Re: MQ API supported with PowerBuilder and Visual FoxPro |
I've been asked if an application written in Power Builder or Visual FoxPro development environments can leverage the MQI interface of WebSphere MQ. These Language environments are not listed in the p ... |
Topic: VBA API? |
rss0213
Replies: 1 Views: 3621
|
Forum: IBM MQ API Support Posted: Fri May 18, 2007 7:23 am Subject: VBA API? |
Does anyone have examples of making VBA code interface with an MQ client? Or can it even be done? |