Catalogs
An SQL catalog is a collection of tables and views that describe tables, views, indexes, packages, procedures, functions, files, sequences, triggers, and constraints.
This information is contained in a set of cross-reference tables in libraries QSYS and QSYS2. In each SQL schema there is a set of views built over the catalog tables that contains information about the tables, views, indexes, packages, files, and constraints in the schema.
A catalog is automatically created when you create a schema. You cannot drop or explicitly change the catalog.
Parent topic:
SQL objects
Related reference
Catalog