MQ EOL Data conversion
Posted
by lemotdit
on Stack Overflow
See other posts from Stack Overflow
or by lemotdit
Published on 2010-01-22T14:50:22Z
Indexed on
2010/06/16
14:52 UTC
Read the original article
Hit count: 305
we are sending data trough MQ from a z/OS/CICS system to an AS400.
Original encoding of the message is CCSID 500 with a MQSTR Format. The client application is getting the message with the CONVERT option and CCSID 819.
Data is almost converted correctly except for the end of line caracter. Any idea? The z/OS is sending 0D (CR) as end of line caracter. If they had 0D+0A (CR+LF), CCSID automatically change from 500 to 437, and the end of line still ain't right on the client side.
© Stack Overflow or respective owner