Page 1 of 1

Re: CCSID 819 Character Set Encoding

Posted: Tue Mar 13, 2012 12:53 pm
by kwwilliams
CCSID 819 is ISO-8859-1 (Latin 1 or Ascii is the common name). If your message is encoded CCSID 819 and your job is set to your project default, there is somethign else going on either within the job or within the application which publishes to the queue.

Posted: Wed Mar 14, 2012 5:19 am
by Aquilis
Nothing Special is happening in the DataStage Job. DataStage job is just trying to subscribe the message from MQ and we are able see these sort of Uknkown Messages even when, we just make VIEW Data in MQ Connector Stage.

Have spoken to upstream users who actaully Publish messages into the MQ. They quote that, they are able to read these messages without any issues with default character Set through Java Program.

Posted: Wed Mar 14, 2012 10:55 am
by kwwilliams
Try this:

Set Message Options to Yes
Set Message Conversion to Yes
Set Character Set ID to 819
Leave Encoding to -1

Posted: Wed Mar 14, 2012 1:12 pm
by Aquilis
Williams,

Your suggestions Worked out. thanks a lot... thank you :D

Posted: Wed Mar 14, 2012 2:22 pm
by kwwilliams
Glad it worked for you.