Posted: Mon Jun 02, 2003 7:47 am Post subject: ascii/binary to ebcidic
Disciple
Joined: 28 Nov 2001 Posts: 177 Location: USA
Hi,
we are sending data from AIX to os/390. some values are not converting to EBCIDIC values..which are Packed Decimal(binary) fields..we are using GMO_CONVERT option in the COBOL program....
Still it is showing incorrect values in the message....how to fix this..
Joined: 27 Aug 2001 Posts: 3023 Location: Dallas, TX, USA
If I understand what you are saying, things are working the way that they are supposed to. It sounds like you have a message that has some text (character) data in it along with some binary data. If the character data is being converted, then you've probably set the format as MQFMT_STRING so MQ will convert all of the message data as if it were character. If you are mixing fields up in the message, you'll have to specify your own message format and write a conversion exit to convert things.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum