RECRDOPT parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
 
m (add link)
 
(18 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{Template:RECRDOPT 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.4</var>
<dd><var class="product">Model 204 V7.1</var>
</dl>
</dl>
==Description==
==Description==
Record options
<p>
[[Category: CREATE Parameters]]
Record storage options.</p>
[[Category:File Parameters]]
<p>
Valid settings of RECRDOPT are:</p>
<table>
<tr class="head"><th>Setting</th><th>Meaning</th></tr>
 
<tr><th><var>X'01'</var></th>
<td>When <var>[[XSIZE parameter|XSIZE]]</var> is non-zero, this setting changes the behavior of base and extension records.
 
Records extend when more than <var>[[BRLIMSZ parameter|BRLIMSZ]]</var> bytes of a base record are stored. The effect is that there will be no wasted [[Table B (File architecture)|Table B]] record slots (you will always get <var>[[BRECPPG parameter|BRECPPG]]</var> records on a page).
<var>[[BRESERVE parameter|BRESERVE]]</var> is ignored (treated as a zero).
 
<tr><th><var> X'00'</var></th>
<td>Default setting. Normal extension record methodology is maintained. (If [[Table X (File architecture)|Table X]] is non-zero, all extensions are stored there rather than in [[Table B (File architecture)|Table B]]). </td></tr>
</table>
 
[[Category:CREATE parameters]]
[[Category:File parameters]]
[[Category:Parameters]]
[[Category:Parameters]]

Latest revision as of 00:05, 11 October 2017

Record options

Summary

Default value
0
Parameter type
File
Where set
At file creation, then view-only
Related products
All
Introduced
Model 204 V7.1

Description

Record storage options.

Valid settings of RECRDOPT are:

SettingMeaning
X'01' When XSIZE is non-zero, this setting changes the behavior of base and extension records.

Records extend when more than BRLIMSZ bytes of a base record are stored. The effect is that there will be no wasted Table B record slots (you will always get BRECPPG records on a page). BRESERVE is ignored (treated as a zero).

X'00' Default setting. Normal extension record methodology is maintained. (If Table X is non-zero, all extensions are stored there rather than in Table B).