cancel
Showing results for 
Search instead for 
Did you mean: 

JMS data format issue.

Former Member
0 Kudos

Hi Experts,

I have a JMS to JMS scenario. In receiving side I am facing a problem that data are posting in ASCII format but I need to post that in EBCIDIC Format. How to do that ?

Thanks

Aniruddha

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Aniruddh,

It seems you are doing integration with Mainframes.

You can write java code and enhance JMS adapter module on converting content from ASCII to EBCIDIC.

Try google and check as per your requirement.

--Divyesh

Former Member
0 Kudos

Hi Divyesh,

Before trying module solution, can I use code page or connection parameter "Character Set ID (CCSID) of Destination" ? If I can then how?

Aniruddha

Former Member
0 Kudos

Aniruddh,

I am not sure whether Character Set ID (CCSID) of Destination will match this requirement.

For setting Character Set ID (CCSID) of Destination: you have to specify value for character set " Character Set ID (CCSID) of Destination"

which comes after JMS queue name under JMS adapter.

--Divyesh