ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » General IBM MQ Support » MQv7: 2463 - MQRC_SMPO_ERROR

Post new topic  Reply to topic
 MQv7: 2463 - MQRC_SMPO_ERROR « View previous topic :: View next topic » 
Author Message
echoesian
PostPosted: Wed Jun 04, 2008 7:24 am    Post subject: MQv7: 2463 - MQRC_SMPO_ERROR Reply with quote

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
View user's profile Send private message
vinbud117
PostPosted: Wed Jun 04, 2008 10:21 am    Post subject: Reply with quote

Acolyte

Joined: 22 Jul 2005
Posts: 61

Open the link http://publib.boulder.ibm.com/infocenter/wmqv7/v7r0/index.jsp and search for "MQRC_SMPO_ERROR". Also, read about MQSMPO structure and check what values are getting set to the fields.
Back to top
View user's profile Send private message
echoesian
PostPosted: Wed Jun 04, 2008 11:40 am    Post subject: Reply with quote

Apprentice

Joined: 30 May 2008
Posts: 33

vinbud117 wrote:
Open the link http://publib.boulder.ibm.com/infocenter/wmqv7/v7r0/index.jsp and search for "MQRC_SMPO_ERROR". Also, read about MQSMPO structure and check what values are getting set to the fields.


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
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » General IBM MQ Support » MQv7: 2463 - MQRC_SMPO_ERROR
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.