detailed description" /> MQBYTEn - String of n bytes

 

MQBYTEn - String of n bytes

Each MQBYTEn data type represents a string of n bytes, where n can take one of the following values:

Each byte is described by the MQBYTE data type. No special alignment is required.

If the data in the string is shorter than the defined length of the string, the data must be padded with nulls to fill the string.

When the queue manager returns byte strings to the application (for example, on the MQGET call), the queue manager always pads with nulls to the defined length of the string.

Constants are available that define the lengths of byte string fields.