RECRDOPT parameter: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
| Line 19: | Line 19: | ||
| <tr><th>Setting</th><th>Meaning</th></tr> | <tr><th>Setting</th><th>Meaning</th></tr> | ||
| <tr><th align="right"><var>X'01'</var></th><td> | <tr><th align="right"><var>X'01'</var></th><td> | ||
| When [[Table X]] is non zero, this setting changes the behavior of base and extension records.   | When [[Table X (File Architecture)|Table X]] is non zero, this setting changes the behavior of base and extension records.   | ||
| Records extend when more than [[BRLIMSZ parameter|BRLIMSZ]] 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 [[BRECPPG parameter|BRECPPG]] records on a page). | Records extend when more than [[BRLIMSZ parameter|BRLIMSZ]] 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 [[BRECPPG parameter|BRECPPG]] records on a page). | ||
| <tr><th align="right"><var> X'00'</var></th><td>Default setting. Normal extension record methodology is maintained. (If [[Table X]] is non zero, all extensions are stored there rather than [[Table B (File Architecture)|Table B]] </td></tr> | <tr><th align="right"><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> | </table> | ||
Revision as of 21:27, 31 July 2013
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 options:
Valid settings of RECRDOPT are:
| Setting | Meaning | 
|---|---|
| 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). | 
| 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. |