UFEOMISS parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (minor formatting)
 
(2 intermediate revisions by one other user not shown)
Line 16: Line 16:


==Description==
==Description==
<p>The UFEOMISS parameter indicates the number of times <var class="product">Model&nbsp;204</var> tried to optimize an unlocked FOR EACH OCCURRENCE loop, but could not because of updating activity. A high value for the UFEOMISS parameter suggests that you might improve performance by setting the UFEOHASH parameter to a higher value.  </p>
<p>
<p>The UFEOMISS parameter is always zero, if the UFEOHASH parameter is zero. </p>
The <var>UFEOMISS</var> parameter indicates the number of times <var class="product">Model&nbsp;204</var> tried to optimize an unlocked [[Processing multiply occurring fields and field groups#FOR EACH OCCURRENCE OF loops|FOR EACH OCCURRENCE]] loop, but could not because of updating activity. A high value for the <var>UFEOMISS</var> parameter suggests that you might improve performance by setting the <var>[[UFEOHASH_parameter|UFEOHASH]]</var> parameter to a higher value.  </p>
<p>The <var>UFEOMISS</var> parameter is always zero, if the <var>UFEOHASH</var> parameter is zero. </p>
 
[[Category:System parameters]]
[[Category:System parameters]]
[[Category:Parameters]]
[[Category:Parameters]]

Latest revision as of 19:29, 16 October 2017

Number of unlocked FEO misses

Summary

Default value
0
Parameter type
System
Where set
View-only
Related products
All
Introduced
Model 204 V5.1

Description

The UFEOMISS parameter indicates the number of times Model 204 tried to optimize an unlocked FOR EACH OCCURRENCE loop, but could not because of updating activity. A high value for the UFEOMISS parameter suggests that you might improve performance by setting the UFEOHASH parameter to a higher value.

The UFEOMISS parameter is always zero, if the UFEOHASH parameter is zero.