BRLIMSZ parameter: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
(Automatically generated page update) |
||
Line 22: | Line 22: | ||
</ul> | </ul> | ||
<p class="note"><b>Note:</b> BRLIMSZ does not include the 2 bytes of overhead for the record header. The AVG. RECORD LENGTH reported with the TABLEB RECLEN command should never exceed BRLIMSZ + 2 when RECRDOPT=1 is set.</p> | <p class="note"><b>Note:</b> BRLIMSZ does not include the 2 bytes of overhead for the record header. The AVG. RECORD LENGTH reported with the TABLEB RECLEN command should never exceed BRLIMSZ + 2 when RECRDOPT=1 is set.</p> | ||
[[Category: File | [[Category:File parameters]] | ||
[[Category:Tables Parameters]] | [[Category:Tables Parameters]] | ||
[[Category:Parameters]] | [[Category:Parameters]] |
Revision as of 13:20, 19 April 2013
Summary
- Default value
- 0
- Parameter type
- Tables
- Where set
- View-only
- Related products
- All
- Introduced
- Model 204 V7.1
Description
Displays the base record limit size that was set in files with RECRDOPT=1
The base record limit size is calculated as follows:
- For an entry order file, BRLIMSZ = (6140 / BRECPPG) - 2
- For an unordered file, BRLIMSZ = (6136 / BRECPPG) - 2
Note: BRLIMSZ does not include the 2 bytes of overhead for the record header. The AVG. RECORD LENGTH reported with the TABLEB RECLEN command should never exceed BRLIMSZ + 2 when RECRDOPT=1 is set.