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 specify ë in ESQL

Post new topic  Reply to topic
 how to specify ë in ESQL « View previous topic :: View next topic » 
Author Message
Arno
PostPosted: Mon Sep 20, 2004 1:25 am    Post subject: how to specify ë in ESQL Reply with quote

Newbie

Joined: 20 Sep 2004
Posts: 2

In a compute node I need to set a field to a string that contains an 'ë' (ë). My code looks like this:

Code:
SET landString = CASE ISOLandcode
                           WHEN 'BEL' THEN 'België'
                           ELSE 'Nederland';


However the resulting message contains a 0x89 in stead of a 0x235.
I changed the CCSID of the QMGR to 850 (was 819) this did not help.

What else do I need to do?

The broker and queuemanager are running on AIX. The messages are put/get from a windows PC. Messages are MRM messages.

JFYI: 'ë' contained in the original message and copied to the output message shows up fine.

regards,
Arno
Back to top
View user's profile Send private message
Arno
PostPosted: Wed Sep 22, 2004 3:40 am    Post subject: not an esql problem Reply with quote

Newbie

Joined: 20 Sep 2004
Posts: 2

I found that the problem was not so much the ESQL but the tools used to PUT and GET messages from the queues and the tools used to view the messages.
The tools to PUT and GET the messages use the system Code Page, being 437. The tools to view the messages (editors, RFHUTILC) use the default Windows Code Page, being 1252.
By setting the CCSID in the message header to 1252 when putting and getting the message my problem was solved.
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 specify ë in ESQL
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.