Parameter | Specify . . . | Minimum | Maximum | Default |
---|---|---|---|---|
NAB | the number of attached buffers to be used. | 1 | varies, depending on the amount of available virtual storage | 16 |
The NAB parameter defines the number of attached buffers to be used during the session. An attached buffer is an internal buffer used for interregion communication. It is required in all environments. Adabas allocates an attached buffer pool with a size equal to the value of NAB multiplied by 4096 bytes.
You may specify as many attached buffers as fit into the available virtual storage.
In environments running in 31-bit addressing mode, the attached buffer pool space is allocated above the 16-MB line.
Notes:
The NAB parameter syntax is:
NAB={ n | 16 }
Run the Adabas nucleus with 50 attached buffers.
ADARUN PROG=ADANUC,NAB=50