Storage group for sample application data

Sample application data is stored in storage group DSN8G120. The default storage group, SYSDEFLT, which is created when Db2 is installed, is not used to store sample application data.

Begin general-use programming interface information.

The storage group that is used to store sample application data is defined by the following statement:

CREATE STOGROUP DSN8G120
  VOLUMES (DSNV01)
  VCAT  DSNC111;
End general-use programming interface information.