DPGSRES parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
(Automatically generated page update)
Line 15: Line 15:
<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 Table D reserved for the use of transaction backout</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]]

Revision as of 13:24, 19 April 2013

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.