|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
MQv7: 2463 - MQRC_SMPO_ERROR |
« View previous topic :: View next topic » |
Author |
Message
|
echoesian |
Posted: Wed Jun 04, 2008 7:24 am Post subject: MQv7: 2463 - MQRC_SMPO_ERROR |
|
|
Apprentice
Joined: 30 May 2008 Posts: 33
|
When I try to call MQSETMP, it's giving me the above error.
The NAME is 'SPORTS',
TYPE is MQTYPE-STRING
100 is VALUE-LENGTH
All environments are running on the same COBOL code. Here is the code:
01 NAME
COPY CMQCHRVV
MOVE 'SPORTS' TO NAME.
MOVE MQTYPE-STRING TO MTYPE.
MOVE 100 TO VALUELENGTH.
CALL 'MQSETMP'
USING HOLD-HCONN,
HMSG,
SETQMSGHOPTS,
NAME,
PROPDESC,
MTYPE,
VALUELENGTH,
MVALUE,
DATA-LENGTH,
COMPLETION-CODE,
REASON.
Has anyone encountered this problem? |
|
Back to top |
|
 |
vinbud117 |
Posted: Wed Jun 04, 2008 10:21 am Post subject: |
|
|
Acolyte
Joined: 22 Jul 2005 Posts: 61
|
|
Back to top |
|
 |
echoesian |
Posted: Wed Jun 04, 2008 11:40 am Post subject: |
|
|
Apprentice
Joined: 30 May 2008 Posts: 33
|
Finally I have resolved in Windows but not z/OS..... I have added the MQENC_NATIVE to the ENCODING field to solve the problem.
But when I execute the program in z/OS, it is giving ABEND=S0C4 U0000 REASON=00000004 |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
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
|
|
|
|