Relative Content

Tag Archive for pythonibm-mqpymqi

pymqi seems to ignore MD settings for ccsid for mqput

We are using IBM MQ with Microfocus Cobol (Enterprise Developer) and, alternatively, python (via the pymqi module) on Red Hat linux.
Our messages contain binary data and are single byte coded – since we are migrating from an ebcdic environment we have switched to Latin-1 (from copdepage 1141 to 819 to be precise).
I’m using Python (pymqi) and I’m trying to MQPUT a single byte character message as binary data from disc after decoding it to Latin-1 but IBM MQ ignores my plea for a ccsid other than 1208 (UTF-8).

pymqi seems to ignore MD settings for ccsid for mqput

We are using IBM MQ with Microfocus Cobol (Enterprise Developer) and, alternatively, python (via the pymqi module) on Red Hat linux.
Our messages contain binary data and are single byte coded – since we are migrating from an ebcdic environment we have switched to Latin-1 (from copdepage 1141 to 819 to be precise).
I’m using Python (pymqi) and I’m trying to MQPUT a single byte character message as binary data from disc after decoding it to Latin-1 but IBM MQ ignores my plea for a ccsid other than 1208 (UTF-8).