MQBUFSZ and UBUFSZ parameters: Difference between revisions
Jump to navigation
Jump to search
m (Added additional text to the description) |
m (add link) |
||
Line 12: | Line 12: | ||
<dd><var class="product">Model 204 V6.1</var> or earlier | <dd><var class="product">Model 204 V6.1</var> or earlier | ||
</dl> | </dl> | ||
==Description== | ==Description== | ||
The <var>MQBUFSZ</var> and <var>UBUFSZ</var> parameters, which are aliases of each other, specify the default Universal Buffer size. | The <var>MQBUFSZ</var> and <var>UBUFSZ</var> parameters, which are aliases of each other, specify the default [[MQ/204 data conversion and handling#Data handling|Universal Buffer]] size. | ||
The Universal Buffer is enlarged as needed, but you cannot make it smaller than the value of | The Universal Buffer, or user buffer, is enlarged as needed, but you cannot make it smaller than the value of | ||
UBUFSZ. The physical size limit for the Universal Buffer is 2 gigabytes. The buffer is allocated | <var>UBUFSZ</var>. | ||
The physical size limit for the Universal Buffer is 2 gigabytes. | |||
The buffer is allocated | |||
only if referenced in a User Language request. It is released when the user logs out. | only if referenced in a User Language request. It is released when the user logs out. | ||
[[Category:System parameters]] | [[Category:System parameters]] | ||
[[Category:Parameters]] | [[Category:Parameters]] |
Revision as of 20:34, 1 September 2016
Summary
- Default value
- 1024 bytes
- Parameter type
- System
- Where set
- On User 0's parameter line, in the CCAIN parameters
- Related products
- All
- Introduced
- Model 204 V6.1 or earlier
Description
The MQBUFSZ and UBUFSZ parameters, which are aliases of each other, specify the default Universal Buffer size. The Universal Buffer, or user buffer, is enlarged as needed, but you cannot make it smaller than the value of UBUFSZ.
The physical size limit for the Universal Buffer is 2 gigabytes.
The buffer is allocated only if referenced in a User Language request. It is released when the user logs out.