Posted: Thu Feb 06, 2003 3:23 pm Post subject: mq abend in cics
Newbie
Joined: 06 Feb 2003 Posts: 1
hi folks
I am trying to run an mqseries program in cics and i am getting
error in MQGET CALL.
The error is as follows:
COMMAND ===> cics SCROLL ===> CSR
PROGRAM: CSQCTRUE +++++++++++ NO SOURCE AVAILABLE. USE HELP KEY ++++++++++++
CAUSE: UNKNOWN ABEND CODE ABEND CODE: QAPI
APPLID: CICSTESI USERID: ACS0601 TERM: 4804 NETNAME: TCP04804 TRAN: GAA6
INTERRUPT OFFSET: 00156C ADDRESS: 9A3D2A24 PSW: 078D0000 00000000 00000000
RESUME OFFSET: 00156C ADDRESS: 9A3D2A24 LAST CICS MACRO/EXEC: 0156C
INSTRUCTION: 05EF BALR 14,15
REGISTERS:
R0 R1 R2 R3 R4 R5 R6 R7
Any help on this would be highly appreciated.
Joined: 16 Oct 2001 Posts: 246 Location: Katowice, Poland
Can you find in your source code the place of the abend? Can you post it? (Just the abending instruction, plus some previous lines) _________________ Marcin Grabinski <><
QAPI is generated for an unknown MQ API call.
I would check that the level of MQ-CICS stub that your program is linked with matches the level of the MQ CICS adapter code running in your CICS region.
Prior to MQSeries 5.2 the MQCONN and MQDISC calls were ignored by the stub program but 5.2 introduced support for MQCONNX/MQDISC in CICS so the calls now flow from the stub into the adapter.
So if your prgram issues an MQDISC and is linked with the 5.2 or higher stubs but your CICS does not have the 5.2 adapter then you will see this abend.
If this isn't the cause of your problem then you will probably need to raise a problem with the support organisation. This abend shouldn't occur with an MQGET call. _________________ Bob Buxton
Ex-Websphere MQ Development
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