Version 8.1.4
 —  Database Maintenance  —

Increase or Decrease the Size of an Associator or Data Storage Data Set

Option "I" is used to change the size of an existing data set for the specified component. If the component has more than one data set, option "I" changes the size of the last data set.

Since this option only changes the Adabas general control block entry, you must also ensure that the needed space is physically allocated and formatted when the data set is being increased.

When the Data Storage component has been increased four times, an ADAORD REORASSO utility function must be executed to reorder the DSST extents in the Associator component.

09:35:31         *****  A D A B A S   BASIC  SERVICES  *****       2006-07-20
   DBID 105                  -  Increase/Decrease   -                 PDMI002

   Enter Parameters :                             Possible values:

                     Increase/Decrease .. _             (I/D)

                             ASSO/DATA .. _             (A/D)
                                  Size .. __________
                   Blocks or Cylinders .. B             (B/C)

This function corresponds to the utility functions ADADBS INCREASE and ADADBS DECREASE.

The equivalent direct commands are

INCREASE ASSO
INCREASE DATA
DECREASE ASSO
DECREASE DATA

Top of page