ESIZE parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (mention one E-page per LOB and mention MINLOBE)
m (minor formatting)
 
Line 16: Line 16:
==Description==
==Description==
<p>
<p>
The number of file pages in <var>[[Table E (File architecture)|Table E]]</var></p>
The number of file pages in [[Table E (File architecture)|Table E]]</p>
<p>
<p>
When you create a file, you can specify how many file pages to allocate to Table&nbsp;E. To store Large Object data in Table E, the minimum setting for <var>ESIZE</var> is 20. Each Large Object field requires a minimum of one Table&nbsp;E page (unless defined with <var>MINLOBE</var>). </p>
When you create a file, you can specify how many file pages to allocate to Table&nbsp;E. To store Large Object data in Table E, the minimum setting for <var>ESIZE</var> is 20. Each Large Object field requires a minimum of one Table&nbsp;E page (unless defined with <var>MINLOBE</var>). </p>

Latest revision as of 22:26, 27 September 2017

Pages in table E

Summary

Default value
0
Parameter type
Tables
Where set
During file creation
Related products
All
Introduced
Model 204 V6.1

Description

The number of file pages in Table E

When you create a file, you can specify how many file pages to allocate to Table E. To store Large Object data in Table E, the minimum setting for ESIZE is 20. Each Large Object field requires a minimum of one Table E page (unless defined with MINLOBE).

The maximum setting for ESIZE is 1,073,741,823.

Note: The default value for ESIZE, zero (0), assumes that you do not actually plan to have Large Object data in files you create using Model 204 V6R1 or higher. However, even if Table E has a size of zero, it is still part of a file created in V6R1 or higher, so such files cannot be opened in pre-V6R1 versions of Model 204.