Previous Topic: How to Use the Console CommandNext Topic: Example JCL


How to Use the DBUTLTY Command

Multi-User mode is required to execute this command. To use this function, execute CA Datacom/DB Utility (DBUTLTY) using the command:

►►─ FLEXPOOL OPTION= ─┬─ ADD ────┬─ ,AREA= ─┬─ DATA ──┬─ ,NUMBER=nnn ─────────►◄
                      └─ DELETE ─┘          ├─ DATA2 ─┤
                                            ├─ DXX ───┤
                                            └─ IXX ───┘

Command

FLEXPOOL

Invokes the function for dynamic buffer maintenance.

Required Keywords

OPTION=

Specifies the type of activity to be performed.

Valid Entries:

ADD or DELETE

Default Value:

(No default)

,AREA=

Specifies the type of buffer to be added or deleted.

DATA

Indicates data area primary buffers.

DATA2

Indicates data area secondary buffers, larger buffers than the primary buffers.

DXX

Indicates low-level Index Area buffers.

IXX

Indicates high-level Index Area buffers.

Valid Entries:

DATA, DATA2, DXX, or IXX

Default Value:

(No default)

,NUMBER=nnn

Specify the number of buffers of the type indicated that are to be added or deleted. If the amount of memory does not allow the total number requested to be added, as many as possible are added. If the number requested to be deleted is more than exists for the type of buffer, as many as exist are deleted.

Valid Entries:

0 to 9999

Default Value:

(No default)