Implementing Siebel eBusiness Applications on DB2 UDB for z/OS and OS/390 > Configuring the Database Layout > About Siebel Objects >

About Substituting Values Using Symbolic Variables


The storage control file contains objects (such as databases, table spaces, and tables) that define the physical storage layout of your database. Many of the options in the objects are the equivalent of options in DB2 SQL statements.

While most options within the objects are defined by actual values (for example, SegSize=32), some options include symbolic variables that will be substituted by the values in Table 9. Review Table 9 for a list of symbolic variables from the storage control file templates that will be substituted with the actual values that comply with your organization's standards.

Table 9.  Symbolic Variables
The symbolic variable...
Will be substituted with the actual value for...

$DbnamePrefix

Database Name Prefix

$StogroupTables

Table Storage Group for Tables

$StogroupIndexes

Index Storage for Indexes

$IndexBufferPool

Index Buffer Pool Name

$4KBufferPool

4-KB Buffer Pool Name

$16KBufferPool

16-KB Buffer Pool Name

$32KBufferPool

32-KB Buffer Pool Name

$DbType

Encoding Scheme (acceptable values are either ASCII or EBCDIC)

Implementing Siebel eBusiness Applications on DB2 UDB for z/OS and OS/390