Creating Db2 storage groups
You can create Db2 storage groups by using the CREATE STOGROUP statement. Db2 storage groups are a set of volumes on disks that hold the data sets in which tables and indexes are stored.
Procedure
To create a Db2 storage group:
Results
After you define a storage group, Db2 stores information about it in the Db2 catalog. (This catalog is not the same as the integrated catalog facility catalog that describes Db2 VSAM data sets). The catalog table SYSIBM.SYSSTOGROUP has a row for each storage group, and SYSIBM.SYSVOLUMES has a row for each volume. With the proper authorization, you can retrieve the catalog information about Db2 storage groups by using SQL statements.