Home
Constructing encodings
To construct a value for the Encoding field in MQMD, the relevant constants that describe the required encodings can be:
- Added together, or
- Combined using the bitwise OR operation (if the programming language supports bit operations)
Whichever method is used, combine only one of the MQENC_INTEGER_* encodings with one of the MQENC_DECIMAL_* encodings and one of the MQENC_FLOAT_* encodings.
Home