$Lstr Get Userbuffer: Difference between revisions
(Automatically generated page update) |
mNo edit summary |
||
Line 2: | Line 2: | ||
<span class="pageSubtitle">Get user buffer contents to a longstring</span> | <span class="pageSubtitle">Get user buffer contents to a longstring</span> | ||
<p class="warn"><b>Note: </b>Most Sirius $functions have been deprecated in favor of Object Oriented methods. There is no OO equivalent for the $Lstr_Get_Userbuffer function | <p class="warn"><b>Note: </b>Most Sirius $functions have been deprecated in favor of Object Oriented methods. There is no OO equivalent for the $Lstr_Get_Userbuffer function.</p> | ||
This function | This function retrieves into a longstring the contents of the current user buffer. Such a user buffer is a Universal Buffer or an MQ/204 user buffer, both of which, as of <var class="product">Model 204</var> V6R1.0, may transfer Large Object (LOB) data. For Versions of <var class="product">Model 204</var> prior to 6.1, this function applies only to the MQ user buffer and requires the MQ/204 feature. | ||
The <var>$Lstr_Get_Userbuffer</var> function accepts no arguments and returns a longstring result. | The <var>$Lstr_Get_Userbuffer</var> function accepts no arguments and returns a longstring result. | ||
Line 11: | Line 11: | ||
<p class="syntax">%lstr = $Lstr_Get_Userbuffer | <p class="syntax">%lstr = $Lstr_Get_Userbuffer | ||
</p> | </p> | ||
<p> | |||
< | <p><var class="term">%lstr</var> is the longstring for the user buffer contents.</p> | ||
< | |||
Any errors during the transfer of the buffer contents result in request cancellation. | Any errors during the transfer of the buffer contents result in request cancellation. | ||
Additional functions specifically for working with Large Object data are: | ==Usage notes== | ||
<ul> | |||
<li>Additional functions specifically for working with Large Object data are: | |||
<ul> | <ul> | ||
Line 23: | Line 24: | ||
<li>[[$Lset_Set_UserBuffer]]</li> | <li>[[$Lset_Set_UserBuffer]]</li> | ||
</ul> | </ul> | ||
< | </ul> | ||
==Products authorizing {{PAGENAMEE}}== | ==Products authorizing {{PAGENAMEE}}== | ||
Line 35: | Line 36: | ||
<li>[[Japanese functions]]</li> | <li>[[Japanese functions]]</li> | ||
<li>[[Sir2000 Field Migration Facility]]</li> | <li>[[Sir2000 Field Migration Facility]]</li> | ||
</ul> | </ul> | ||
[[Category:$Functions|$Lstr_Get_Userbuffer]] | [[Category:$Functions|$Lstr_Get_Userbuffer]] |
Revision as of 23:59, 18 July 2013
Get user buffer contents to a longstring
Note: Most Sirius $functions have been deprecated in favor of Object Oriented methods. There is no OO equivalent for the $Lstr_Get_Userbuffer function.
This function retrieves into a longstring the contents of the current user buffer. Such a user buffer is a Universal Buffer or an MQ/204 user buffer, both of which, as of Model 204 V6R1.0, may transfer Large Object (LOB) data. For Versions of Model 204 prior to 6.1, this function applies only to the MQ user buffer and requires the MQ/204 feature.
The $Lstr_Get_Userbuffer function accepts no arguments and returns a longstring result.
Syntax
%lstr = $Lstr_Get_Userbuffer
%lstr is the longstring for the user buffer contents.
Any errors during the transfer of the buffer contents result in request cancellation.
Usage notes
- Additional functions specifically for working with Large Object data are: