Previous Topic: Adding an Index Entry to an Open TableNext Topic: DYNAMIC_EXTEND


Extending Virtual Database Areas

CA Datacom strives to provide 24x7 support. When an application needs to add data to a VIRTUAL database area but that area has become full, 24X7 operation is threatened. To minimize that threat, CA Datacom Version 15.0 supports the dynamic extension of VIRTUAL database areas. Previous releases only supported dynamic extension for DASD data sets.

VIRTUAL dynamic extensions are similar to DASD dynamic extensions in the following ways:

VIRTUAL dynamic extensions are different from DASD dynamic extensions in the following ways:

Using a console-like command, you can change the VIRTUAL dynamic extension options while the MUF is enabled. The command is VIRTUAL_DYNAMIC_EXTEND dbid,area,extend-size,extend-count (see VIRTUAL_DYNAMIC_EXTEND in MUF Startup Options and Console/Console-Like Commands).

64-bit memory is used if allowed and available. If the requirement is not satisfied with 64-bit memory, it is satisfied with Data Space memory, if available.

The MUF EOJ report provides the memory location of 64-bit or Data Space, reports on the placement of the first allocation, and usually represents all parts of the memory. However, if you start with 64-bit at data area open and then extend, Data Space memory is used, and the placement is 64-bit and partly right, but not the full answer.

Dynamic System Table MUF_COVEREDVIRTUAL provides the memory location of 64-bit or Data Space, reports on the placement of the first allocation, and usually represents all parts of the memory. However, if you start with 64-bit at data area open and then extend, Data Space memory is used, and the placement is 64-bit and partly right, but not the full answer (see MUF_COVEREDVIRTUAL (MFC)).

The descriptions of messages DB01705I and DB01706I have been updated to include changes related to VIRTUAL areas. See DB01705I and DB01706I.