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 » Concatenating two chars

Post new topic  Reply to topic
 Concatenating two chars « View previous topic :: View next topic » 
Author Message
Anurag
PostPosted: Wed Sep 19, 2001 11:19 pm    Post subject: Reply with quote

Newbie

Joined: 15 Sep 2001
Posts: 7

Hi,
I am here again with one more intersting thing(It seems to intersting for me as till date i am not able to get the solution for it

I am declaring two variables as
DECLARE var1 CHAR;
DECLARE var2 CHAR;
DECLARE var3 CHAR;


SET var1='abc';
SET var2='xyz';

-- i want something like this
SET var3 = var1+var2;--(i mean the output should be abcxyz)
SET OutputRoot.XML.tag1=var3;

can any one help..???
Back to top
View user's profile Send private message Send e-mail Yahoo Messenger
mcarlos
PostPosted: Thu Sep 20, 2001 3:18 am    Post subject: Reply with quote

Newbie

Joined: 06 Sep 2001
Posts: 1
Location: Spain

Just try

SET var1=var2||var3;

MCarlos

[ This Message was edited by: mcarlos on 2001-09-20 04:20 ]
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 » Concatenating two chars
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.