IFAMBS parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (minor formatting)
 
(One intermediate revision by one other user not shown)
Line 15: Line 15:


==Description==
==Description==
<p>The length of the <var>[[Using_HLI_and_batch_configurations|Host Language Interface]]</var> <var>[[Using_HLI_and_batch_configurations#IFAM2|IFAM2]]</var> 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 <var>[[LIBUFF_parameter|LIBUFF]]</var> 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>
<var>IFAMBS</var> must not exceed 32688. </p>
 
[[Category:System parameters]]
[[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.