RECRDOPT parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
Line 1: Line 1:
{{Template:RECRDOPT parameter subtitle}}
==Summary==
==Summary==
<dl>
<dl>

Revision as of 16:43, 27 August 2013

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 Table X 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).