The default values in the third defaults panel are for the automated mapping facility and relate specifically to DB2®. The panel is shown in Figure 1.
---------------------------- CICS VT: Defaults panel 3 of 4 ----------------------
Auto mapping:- mandatory defaults
CREATE TABLESPACE <DIM name>
USING STOGROUP vidsg__
SEGSIZE 4_________ (multiple of 4)
BUFFERPOOL BPx___
CREATE UNIQUE INDEX <IX/IY_DIM name>
ON <DIM name>
USING STOGROUP VIDSG__
BUFFERPOOL BPx___
Enter=Confirm PF1=Help PF3=Exit
The panel values are as follows:
Field | Description |
---|---|
TABLESPACE USING STOGROUP | Specify the name of the DB2 storage group for the tablespaces. |
TABLESPACE SEGSIZE | Specify the default segment size for the segmented tablespaces. |
TABLESPACE BUFFERPOOL | Specify the default buffer pool for the tablespaces. |
INDEX USING STOGROUP | Specify the name of the DB2 storage group for the index page sets. |
INDEX BUFFERPOOL | Specify the default buffer pool for the index page sets. |
The default parameters in this panel are mandatory and can be overridden during the automated mapping process.