Author |
Message |
Topic: Setting the MQMD_CodedCharSetId using Java |
Rajiv
Replies: 1 Views: 1622
|
Forum: IBM MQ API Support Posted: Tue Oct 05, 2004 8:12 am Subject: Setting the MQMD_CodedCharSetId using Java |
Hi,
We have a J2EE application communicating with the HOST systems using Websphere MQ. The target system is an IMS system and the communication is using an MQ-OTMA bridge.
We perform the followi ... |
Topic: Generating ASCII equivalents for rlf and byp EBCDIC chars. |
Rajiv
Replies: 0 Views: 7545
|
Forum: IBM MQ API Support Posted: Tue Oct 05, 2004 7:27 am Subject: Generating ASCII equivalents for rlf and byp EBCDIC chars. |
Hi,
I am creating an IMS transaction and according to the COBOL copy book provided need to generate the EBCDIC values x'09' and x'24' for 2 fields.
The chacters corresponding to these values are ... |
Topic: Packed Decimal (COMP-3) Fields |
Rajiv
Replies: 12 Views: 13222
|
Forum: IBM MQ API Support Posted: Fri Sep 24, 2004 4:31 am Subject: Packed Decimal (COMP-3) Fields |
Hi Guys,
'Des' had posted sample Java code for the conversion of COMP-3 fields (method name - convertFromComp3()).
We used that method and is converting the data correctly for most cases.
Howev ... |
Topic: Packed Decimal (COMP-3) Fields |
Rajiv
Replies: 12 Views: 13222
|
Forum: IBM MQ API Support Posted: Fri Sep 10, 2004 5:04 am Subject: Packed Decimal (COMP-3) Fields |
How i wish... .but the HOST application is based on old IVR's and are not willing to make this change.
I am following-up on the channel conversion solution.
Thanks a lot,
Rajiv. |
Topic: Packed Decimal (COMP-3) Fields |
Rajiv
Replies: 12 Views: 13222
|
Forum: IBM MQ API Support Posted: Thu Sep 09, 2004 11:06 pm Subject: Packed Decimal (COMP-3) Fields |
Thanks again guys.
Just to clarify a couple of points -
1) We are going to the IMS via an OTMA bridge.
2) We are constructing an MQIIH header prefixing the Request Message data and the Format ... |
Topic: Packed Decimal (COMP-3) Fields |
Rajiv
Replies: 12 Views: 13222
|
Forum: IBM MQ API Support Posted: Thu Sep 09, 2004 12:56 am Subject: Packed Decimal (COMP-3) Fields |
Thanks Des...
I tried setting the characterSet and encoding attributes of the MQMessage before executing -
// Code Block Start
inMess= new MQMessage();
// getting a specified message ... |
Topic: Packed Decimal (COMP-3) Fields |
Rajiv
Replies: 12 Views: 13222
|
Forum: IBM MQ API Support Posted: Wed Sep 08, 2004 10:45 pm Subject: Packed Decimal (COMP-3) Fields |
Thanks for the response Kiran.
This is the first time we are receiving data in this format (Packed Decimal) from the HOST systems (in all previous releases all data was translated into equivalent N ... |
Topic: Packed Decimal (COMP-3) Fields |
Rajiv
Replies: 12 Views: 13222
|
Forum: IBM MQ API Support Posted: Wed Sep 08, 2004 10:24 pm Subject: Packed Decimal (COMP-3) Fields |
Hi,
We have a J2EE application running on WAS 5.x on Windows 2000 environment communicating with the HOST (IBM Mainframe) system using MQ Series.
The HOST system sends back reply messages contai ... |