The basic structure of a SESAM/SQL database is created with the utility statement CREATE CATALOG. When this statement is executed, SESAM/SQL creates the database's catalog space.
The table below presents an overview of the necessary activities and lists the associated utility statements. The right-most column indicates which main function to choose in the utility monitor.
Activity | Statement and function | Main function in the utility monitor |
Create a catalog space | CREATE CATALOG
| Main function |
Back up the catalog | COPY |
Table 66: Utility statements and the main utility monitor function used to create the basic database structure