BRECPPG parameter: Difference between revisions
Jump to navigation
Jump to search
(Automatically generated page update) |
|||
(6 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{Template:BRECPPG parameter subtitle}} | |||
==Summary== | ==Summary== | ||
<dl> | <dl> | ||
Line 13: | Line 14: | ||
</dl> | </dl> | ||
==Description== | ==Description== | ||
<p>The maximum number of records per Table B page</p> | <p>The maximum number of records per <var>[[Table_B_(File_architecture)|Table B]]</var> page</p> | ||
<p>The product of BRECPPG and BSIZE must not exceed 16777216. | <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> | ||
[[Category: CREATE | 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:File parameters]] | [[Category:File parameters]] | ||
[[Category:Tables | [[Category:Tables parameters]] | ||
[[Category:Parameters]] | [[Category: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.