Description: Records the dependencies of packages on local tables, views, synonyms, table spaces, indexes, aliases, functions, and stored procedures.
Tablespace: SYSPKAGE
Indexes(Fields):
DSNKDX01(DLOCATION.DCOLLID.DNAME.DCONTOKEN)
DSNKDX02(BQUALIFIER.BNAME.BTYPE)
DSNKDX03(BQUALIFIER.BNAME.BTYPE.DTYPE)
| Column name | Description | Data type |
|---|---|---|
| BNAME | The name of an object that a package depends on. | NOT NULL |
| BQUALIFIER | The value of the column depends on the type of object: * If BNAME identifies a table space (BTYPE is R), the value is the name of its database.
|
NOT NULL |
| BTYPE | Type of object identified by BNAME and BQUALIFIER: ; A
|
NOT NULL |
| DLOCATION | Always contains blanks | NOT NULL |
| DCOLLID | Name of the package collection. | NOT NULL |
| DNAME | Name of the package. | NOT NULL |
| DCONTOKEN | Consistency token for the package. This is either: * The "level" as specified by the LEVEL option when the package's program was precompiled
|
NOT NULL WITH DEFAULT FOR BIT DATA |
| IBMREQD | A value of Y indicates that the row came from the basic machine-readable material (MRM) tape. | NOT NULL |
| DOWNER | Owner of the package. | NOT NULL WITH DEFAULT |
| DTYPE | Type of package: ; T
|
NOT NULL WITH DEFAULT |
Adapted from material found in the IBM DB2 Universal Database for z/OS V8 SQL Reference (SC18-7426-02).