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 » WebSphere Message Broker (ACE) Support » How to express NULL terminate in compute node

Post new topic  Reply to topic
 How to express NULL terminate in compute node « View previous topic :: View next topic » 
Author Message
aricall
PostPosted: Fri Dec 14, 2001 2:49 am    Post subject: Reply with quote

Newbie

Joined: 13 Dec 2001
Posts: 1

I'd like to format input values into one variable field, then I need to add NULL string at the end of the field in compute node, but it didn't work.

In compute node, I wrote the following ESQL,

SET "OutputRoot"."MRM"."VariableValue" =
"InputBody"."Company"."Name" || ':';
SET "OutputRoot"."MRM"."VariableValue" =
"OutputRoot"."MRM"."VariableValue" || "InputBody"."Company"."Location" || ':';
SET "OutputRoot"."MRM"."VariableValue" = "OutputRoot"."MRM"."VariableValue" || X'00';


Any information would be helful!!
Back to top
View user's profile Send private message
NickB
PostPosted: Fri Dec 14, 2001 5:16 am    Post subject: Reply with quote

Centurion

Joined: 20 May 2001
Posts: 107
Location: Zurich Financial Services

If you are using the MRM to define your output message then you will need to ensure that the definition contains a field to store the x00 value.
Back to top
View user's profile Send private message
EddieA
PostPosted: Fri Dec 14, 2001 10:17 am    Post subject: Reply with quote

Jedi

Joined: 28 Jun 2001
Posts: 2453
Location: Los Angeles

You need to use an RCD to change to a BLOB. Then you can concatenate the x'00'.

Cheers,

_________________
Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0
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 » WebSphere Message Broker (ACE) Support » How to express NULL terminate in compute node
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.