Changes the maximum size of transfer and work containers
Scope of validity
DBH administration
See also
DBH option STORAGE-SIZE on "STORAGE-SIZE"
Function
You use the MODIFY-STORAGE-SIZE statement to change the maximum size of transfer and work containers.
If the maximum value for the SUBORDERS option is increased (see “MODIFY-SUBORDER-LIMIT”), the maximum values for transfer and work containers do not change automatically. They can be adjusted using this statement.
A change to the maximum value for transfer and work containers depends on the current, possibly increased maximum value for the SUBORDERS options (see formulas on "TRANSFER-CONTAINER" and "WORK-CONTAINER"). A new maximum value for transfer and work containers must at least match the value obtained using one of the related formulas. If a lower value is specified, the minimum value obtained using the relevant formula applies.
Information about transfer and work containers is provided in the operational statistics of the SESAM/SQL monitor SESMON. Details on the containers can be found in the “SYSTEM-INFORMATION” form (see "DBH form SYSTEM INFORMATION").
MODIFY-STORAGE-SIZE | ||||||||||||||||||||
|
Operands
STORAGE = *TRANSFER-CONTAINER(MAXIMUM = <integer 64..1000000>)
Defines the maximum size which the transfer container may reach.
STORAGE = *WORK-CONTAINER(MAXIMUM = <integer 24..1000000>)
Defines the maximum size which the work container may reach.
Administration command in ISP format and at the CALL DML interface
The OPT,STO-SIZE administration command corresponds to the MODIFY-STORAGE-SIZE administration statement here.
OPT,STO-SIZE,{T[RANSFER]-C[ONT]=m | W[ORK]-C[ONT]=n}
A number between 64 or 24 and 1000000 may be entered for m or n respectively.