$Lstr Get Userbuffer: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
mNo edit summary
Line 2: Line 2:
<span class="pageSubtitle"><section begin="desc" />Get user buffer contents to a longstring<section end="desc" /></span>
<span class="pageSubtitle"><section begin="desc" />Get user buffer contents to a longstring<section end="desc" /></span>


<p class="warning">Most Sirius $functions have been deprecated in favor of Object Oriented methods. The OO equivalent for the $Lstr_Get_Userbuffer function is [[to be entered]].</p>
<p class="warning">Most Sirius $functions have been deprecated in favor of Object Oriented methods. There is no OO equivalent for the $Lstr_Get_Userbuffer function is.</p>


This function, new in ''[[Sirius Mods]]'' Version 6.7, 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.  
This function, new in ''[[Sirius Mods]]'' Version 6.7, 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.
The $Lstr_Get_Userbuffer function accepts no arguments and returns a longstring result.
==Syntax==
==Syntax==
<p class="syntax"><section begin="syntax" /> %LSTR = $Lstr_Get_Userbuffer
<p class="syntax"><section begin="syntax" /> %LSTR = $Lstr_Get_Userbuffer
Line 13: Line 14:
</p>
</p>
<p class="caption">%LSTR is the longstring for the user buffer contents.</p>
<p class="caption">%LSTR 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:
Additional functions specifically for working with Large Object data are:
<ul>
<ul>
 
<li>[[$Lstr_Add_UserBuffer]]</li>
<li>:hdref reftxt=$LSTR_ADD_USERBUFFER refid=ladubuf.
<li>[[$Lset_Set_UserBuffer]]</li>
<li>:hdref reftxt=$LSTR_SET_USERBUFFER refid=lsetbuf.
</ul>
</ul>
<p class="code">  
<p class="code">  
Line 40: Line 40:
<p class="caption">Products authorizing $Lstr_Get_Userbuffer
<p class="caption">Products authorizing $Lstr_Get_Userbuffer
</p>
</p>


[[Category:$Functions|$Lstr_Get_Userbuffer]]
[[Category:$Functions|$Lstr_Get_Userbuffer]]

Revision as of 21:31, 10 February 2011

<section begin="desc" />Get user buffer contents to a longstring<section end="desc" />

Most Sirius $functions have been deprecated in favor of Object Oriented methods. There is no OO equivalent for the $Lstr_Get_Userbuffer function is.

This function, new in Sirius Mods Version 6.7, 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

<section begin="syntax" /> %LSTR = $Lstr_Get_Userbuffer <section end="syntax" />

$Lstr_Get_Userbuffer Function

%LSTR is the longstring for the user buffer contents.

Any errors during the transfer of the buffer contents result in request cancellation.

Additional functions specifically for working with Large Object data are:

Products authorizing $Lstr_Get_Userbuffer