This Natural profile parameter specifies the size of the Natural
DBLOG
buffer.
Possible settings | See DSIZE Parameter Syntax | ||
---|---|---|---|
Default setting | 2,256 |
||
Dynamic specification | yes | ||
Specification within session | no |
Notes:
DS
or macro
NTDS
to specify the size of the buffer. See also
Using Optional Macros in a Natural Parameter
Module in the Operations
documentation.
DBLOG
buffer area is used by the
DBLOG
utility, which is described in the Utilities
documentation.
The parameter syntax is as follows:
DSIZE=initial-size |
DBSIZE=0
disables the DBLOG
utility.
Or:
DSIZE=(initial-size,maximum-size) |
Where:
DSIZE=100
DSIZE=(,2500)
DSIZE=(50,800)