DPGSRES parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Template:DPGSRES parameter subtitle}}
==Summary==
==Summary==
<dl>
<dl>
<dt>Default value
<dt>Default value
<dd>(DSIZE/50 + 2) or 40, whichever is smaller
<dd>(<var>[[DSIZE_parameter|DSIZE]]</var>/50 + 2) or 40, whichever is smaller
<dt>Parameter type
<dt>Parameter type
<dd>Tables
<dd>Tables
Line 12: Line 13:
<dd><var class="product">Model 204 V6.1</var> or earlier
<dd><var class="product">Model 204 V6.1</var> or earlier
</dl>
</dl>
==Description==
==Description==
<p>The size of the reserve area, the portion of Table D reserved for the use of transaction backout</p>
<p>The size of the reserve area, the portion of <var>[[Table_D_(File_architecture)|Table D]]</var> reserved for the use of <var>[[Transaction_back_out|transaction backout]]</var></p>
<p>DPGSRES is set to (DSIZE/50 + 2) or 40, whichever is smaller. This parameter can range from 0 to 32767.  </p>
<p>DPGSRES is set to (DSIZE/50 + 2) or 40, whichever is smaller. This parameter can range from 0 to 32767.  </p>
[[Category: CREATE Parameters]]
[[Category:CREATE parameters]]
[[Category:File parameters]]
[[Category:File parameters]]
[[Category:Tables Parameters]]
[[Category:Tables parameters]]
[[Category:Parameters]]
[[Category:Parameters]]

Latest revision as of 13:20, 16 October 2014

Table D pages reserved

Summary

Default value
(DSIZE/50 + 2) or 40, whichever is smaller
Parameter type
Tables
Where set
During file creation or reset by file manager
Related products
All
Introduced
Model 204 V6.1 or earlier

Description

The size of the reserve area, the portion of Table D reserved for the use of transaction backout

DPGSRES is set to (DSIZE/50 + 2) or 40, whichever is smaller. This parameter can range from 0 to 32767.