You associate physical storage with a DBEFileSet
by associating DBEFiles with the DBEFileSet, using the ADD DBEFILE statement. Then you can associate a table and its indexes
with the DBEFileSet by using the CREATE TABLE statement. ALLBASE/SQL allocates all data and index pages
for a table to DBEFiles in the DBEFileSet named in the IN clause
of the CREATE TABLE statement. If automatic DBEFile expansion is not being
used when you need more space for a table, you add another DBEFile
to the DBEFileSet associated with the table when the CREATE TABLE statement was issued.