Author |
Message |
Topic: Sending EBCDIC message with Packed Decimal data |
chades
Replies: 11 Views: 16916
|
Forum: IBM MQ API Support Posted: Tue Feb 03, 2009 3:41 pm Subject: Sending EBCDIC message with Packed Decimal data |
Hi All,
Thanks for the responses. I did get this thing working....kind of.
I set the MQQueue CCSID to 37 and Encoding to 785 in my code.
Is there any way of achieving the same using websphere ... |
Topic: Sending EBCDIC message with Packed Decimal data |
chades
Replies: 11 Views: 16916
|
Forum: IBM MQ API Support Posted: Thu Jan 29, 2009 2:10 pm Subject: Sending EBCDIC message with Packed Decimal data |
Hi,
I tried using ByteMessage. But that did not solve the problem.
Regarding the CCSID and Encoding Type, what type of Message should I be sending? ByteMessage or simple Text Message?
Again ... |
Topic: Sending EBCDIC message with Packed Decimal data |
chades
Replies: 11 Views: 16916
|
Forum: IBM MQ API Support Posted: Thu Jan 29, 2009 8:23 am Subject: Sending EBCDIC message with Packed Decimal data |
I should have provided more information upfront.
I AM on a windows machine. I am trying to replicate a z/OS machine sending a message to a broker. I took a z/OS message which has packed decimal dat ... |
Topic: Sending EBCDIC message with Packed Decimal data |
chades
Replies: 11 Views: 16916
|
Forum: IBM MQ API Support Posted: Thu Jan 29, 2009 7:53 am Subject: Sending EBCDIC message with Packed Decimal data |
I don't know if this is the right forum, but I have a question regaring EBCDIC message. I'm new to MQ too:(.
I have a file containing EBCDIC message with Packed Decimal data. I want to send this fi ... |
Topic: JMS question |
chades
Replies: 2 Views: 2845
|
Forum: IBM MQ Java / JMS Posted: Wed Jan 28, 2009 8:33 am Subject: JMS question |
Thanks! It was a pretty stupid mistake.  |
Topic: JMS question |
chades
Replies: 2 Views: 2845
|
Forum: IBM MQ Java / JMS Posted: Wed Jan 28, 2009 7:46 am Subject: JMS question |
I'm new to MQ Java programming. What I would like to know is....in the following code that's been posted on this thread....
MQQueueConnection connection = (MQQueueConnection) cf.createQueueConnecti ... |