BRLIMSZ parameter: Difference between revisions
Jump to navigation
Jump to search
m (Automatically generated page update) |
|||
(5 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{Template:BRLIMSZ parameter subtitle}} | |||
==Summary== | ==Summary== | ||
<dl> | <dl> | ||
Line 10: | Line 11: | ||
<dd>All | <dd>All | ||
<dt>Introduced | <dt>Introduced | ||
<dd><var class="product">Model 204 V7. | <dd><var class="product">Model 204 V7.1</var> | ||
</dl> | </dl> | ||
==Description== | ==Description== | ||
Displays the base record limit size that was set in files with RECRDOPT=1 | Displays the base record limit size that was set in files with <var>[[RECRDOPT_parameter|RECRDOPT]]</var>=1 | ||
<p>The base record limit size is calculated as follows: </p> | <p>The base record limit size is calculated as follows: </p> | ||
<ul> | <ul> | ||
<li> | <li> | ||
For an entry order file, BRLIMSZ = (6140 / BRECPPG) - 2 </li> | For an entry order file, BRLIMSZ = (6140 / <var>[[BRECPPG_parameter|BRECPPG]]</var>) - 2 </li> | ||
<li> | <li> | ||
For an unordered file, BRLIMSZ = (6136 / BRECPPG) - 2 </li> | For an unordered file, BRLIMSZ = (6136 / BRECPPG) - 2 </li> | ||
</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 <var>[[TABLEB_command|TABLEB]]</var> RECLEN command should never exceed BRLIMSZ + 2 when RECRDOPT=1 is set.</p> | ||
[[Category: File | [[Category:File parameters]] | ||
[[Category:Tables | [[Category:Tables parameters]] | ||
[[Category:Parameters]] | [[Category:Parameters]] |
Latest revision as of 14:30, 13 October 2014
Table B record limit size
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.