BRECPPG parameter: Difference between revisions
Jump to navigation
Jump to search
Line 15: | Line 15: | ||
==Description== | ==Description== | ||
<p>The maximum number of records per <var>[[Table_B_(File_architecture)|Table B]]</var> page</p> | <p>The maximum number of records per <var>[[Table_B_(File_architecture)|Table B]]</var> page</p> | ||
<p>The product of | <p>The product of BRECPPG and <var>[[BSIZE_parameter|BSIZE]]</var> must not exceed 16777216. Under V7.5, if the <var>[[FILEORG_parameter|FILEORG]]</var> x'200' bit is set for a file, then then the product of BRECPPG and BSIZE cannot exceed 48M ( decimal 50,331,648 to be exact). </p> | ||
If [[RECRDOPT parameter|RECRDOPT]]=1, the maximum allowed value of BRECPPG is 1022 for ordered files and 1023 for unordered files. | If [[RECRDOPT parameter|RECRDOPT]]=1, the maximum allowed value of BRECPPG is 1022 for ordered files and 1023 for unordered files. | ||
[[Category:CREATE parameters]] | [[Category:CREATE parameters]] |
Latest revision as of 12:54, 13 October 2014
Table B records per page
Summary
- Default value
- 256
- Parameter type
- Tables
- Where set
- During file creation
- Related products
- All
- Introduced
- Model 204 V6.1 or earlier
Description
The maximum number of records per Table B page
The product of BRECPPG and BSIZE must not exceed 16777216. Under V7.5, if the FILEORG x'200' bit is set for a file, then then the product of BRECPPG and BSIZE cannot exceed 48M ( decimal 50,331,648 to be exact).
If RECRDOPT=1, the maximum allowed value of BRECPPG is 1022 for ordered files and 1023 for unordered files.