IFAMBS parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Undo revision 56860 by DmeWiccan (talk))
m (minor formatting)
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Template:IFAMBS parameter subtitle}}
==Summary==
==Summary==
<dl>
<dl>
Line 10: Line 11:
<dd>All
<dd>All
<dt>Introduced
<dt>Introduced
<dd><var class="product">Model 204 V6.1</var> or earlier
<dd><var class="product">Model 204 V2.1</var> or earlier
</dl>
</dl>
==Description==
==Description==
<p>The length of the Host Language Interface IFAM2 buffer used to pass function arguments and results between the <var class="product">Model&nbsp;204</var> region and the IFAM2 user program's region</p>
<p>
<p>Set IFAMBS after the value of the LIBUFF User 0 parameter is determined. IFAMBS is directly proportional to LIBUFF: </p>
The length of the Host Language Interface [[Using HLI and batch configurations#IFAM2|IFAM2]] buffer used to pass function arguments and results between the <var class="product">Model&nbsp;204</var> region and the IFAM2 user program's region</p>
<p>
Set <var>IFAMBS</var> after the value of the <var>[[LIBUFF_parameter|LIBUFF]]</var> User 0 parameter is determined. <var>IFAMBS</var> is directly proportional to <var>LIBUFF</var>. The following formula gives a recommendation for the calculation of the maximum <var>IFAMBS</var> setting: </p>
<p class="code">IFAMBS = (7 * LIBUFF) + 284
<p class="code">IFAMBS = (7 * LIBUFF) + 284
</p>
</p>
<p>IFAMBS must not exceed 32688. </p>
<p>
[[Category:System Parameters]]
<var>IFAMBS</var> must not exceed 32688. </p>
 
[[Category:System parameters]]
[[Category:Parameters]]
[[Category:Parameters]]

Latest revision as of 00:08, 18 February 2017

IFAM2 buffer size

Summary

Default value
2048
Parameter type
System
Where set
On User 0's parameter line
Related products
All
Introduced
Model 204 V2.1 or earlier

Description

The length of the Host Language Interface IFAM2 buffer used to pass function arguments and results between the Model 204 region and the IFAM2 user program's region

Set IFAMBS after the value of the LIBUFF User 0 parameter is determined. IFAMBS is directly proportional to LIBUFF. The following formula gives a recommendation for the calculation of the maximum IFAMBS setting:

IFAMBS = (7 * LIBUFF) + 284

IFAMBS must not exceed 32688.