BAUTOTYP parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 7: Line 7:
<dd>File
<dd>File
<dt>Where set
<dt>Where set
<dd>At file creation and can be reset by file manager
<dd>At file creation
<dt>Related products
<dt>Related products
<dd>All
<dd>All
Line 13: Line 13:
<dd><var class="product">Model 204 V6.1</var> or earlier
<dd><var class="product">Model 204 V6.1</var> or earlier
</dl>
</dl>
==Description==
==Description==
The BAUTOTYP parameter allows an automatic increase in Table B when the file becomes full due to a lack of space in Table B and controls the number of
The BAUTOTYP parameter allows an automatic increase in Table B when the file becomes full due to a lack of space in Table B and controls the number of
pages used to increase Table B when the file is physically opened.
pages used to increase Table B when the file is physically opened.
The valid settings of BAUTOTYP, which can be summed, are:
<table>
<tr><th>Setting</th> <th>Meaning</th></tr>
<tr><td>X’00’</td> <td>No automatic increase in Table B occurs when the file becomes full.</td></tr>
<tr><td>X’01’</td> <td>Automatically increase Table B occurs when it becomes full.</td></tr>
<tr><td>X’02’</td> <td>At each physical open only, in addition to the regular automatic increase of Table B, more pages can be added if needed to maximize the number of pages used by automatic increase when the file becomes full due to a lack of space in Table B.</td></tr>
</table>
==Usage==


As of Model 204 version 7.1, BAUTOTYP is obsolete and can be viewed but not reset.  
As of Model 204 version 7.1, BAUTOTYP is obsolete and can be viewed but not reset.  
Line 21: Line 32:
As of Model 204 version 7.5, BAUTOTYP cannot be viewed or reset.
As of Model 204 version 7.5, BAUTOTYP cannot be viewed or reset.


[[Category:CREATE parameters]]
[[Category:File parameters]]
[[Category:Parameters]]
[[Category:Parameters]]

Latest revision as of 23:27, 5 November 2013

Table B auto increase options (obsolete) (obs)

Summary

Default value
0
Parameter type
File
Where set
At file creation
Related products
All
Introduced
Model 204 V6.1 or earlier

Description

The BAUTOTYP parameter allows an automatic increase in Table B when the file becomes full due to a lack of space in Table B and controls the number of pages used to increase Table B when the file is physically opened.

The valid settings of BAUTOTYP, which can be summed, are:

Setting Meaning
X’00’ No automatic increase in Table B occurs when the file becomes full.
X’01’ Automatically increase Table B occurs when it becomes full.
X’02’ At each physical open only, in addition to the regular automatic increase of Table B, more pages can be added if needed to maximize the number of pages used by automatic increase when the file becomes full due to a lack of space in Table B.

Usage

As of Model 204 version 7.1, BAUTOTYP is obsolete and can be viewed but not reset.

As of Model 204 version 7.5, BAUTOTYP cannot be viewed or reset.