Steps
To modify a database name table, follow these steps:
|
Action |
Statement |
|---|---|
|
Modify the database name, database group, and/or database name table |
ALTER DBTABLE |
|
Regenerate the database name table |
GENERATE DBTABLE |
|
Punch and link the database name table to a load library |
PUNCH DBTABLE LOAD MODULE |
|
Make the database name table available under the central version |
DCMT VARY DBTABLE NEW COPY |
Example
In the following example, the DBA adds a new database name to an existing database name table. After generating and punching the database name table load module, the DBA instructs CA IDMS/DB to load the updated database name table:
create dbname alldbs.benefits add segment empseg add segment projseg add segment beneseg; generate dbtable alldbs; punch dbtable load module alldbs;
After link-editing the modified database name table to a load library, make it available under the central version:
dcmt vary dbtable alldbs new copy
|
Copyright © 2014 CA.
All rights reserved.
|
|