According to the manuals (although I forget exactly where) an RFH2 header can only exist in one of a small number of codepages - all of which are single byte character sets. If you try to convert to a double-byte character set then none of the fixed length fields are able to contain their data anymore, as the fields stay the same length and the data needs twice the space. At least, that's how I read it.
However I'm not sure how that works when you compare it to the MQMD - as obviously that has many fixed length fields as well and this doesn't prevent conversion of a full message into UTF16. Is the MQMD always in a single-bye character set? There's no place obvious I can see where you specify the CCSID for the MQMD itself so I'm not sure how this works.
The MQMD is always in the CCSID of the qmgr, and this can only be a single byte character set for the allowable characters in WMQ objects, i.e. the qmgr CCSID can be 1208, but the valid characters are all single byte. _________________ MQSeries.net helps those who help themselves..
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