BAUTOTYP parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
Line 17: Line 17:
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.  

Revision as of 21:10, 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.