Dropping an index
You can remove a secondary index from a DEDB database if it is no longer necessary.
Procedure
To remove a secondary index:
- Remove the LCHILD and XDFLD statements in the DBD for the primary DEDB database.
- Remove or change the FIELD statement that specifies a /CK name.
- Delete the DBD definition for its associated Fast Path secondary index database.
- Delete any PSB definitions that have the PROCSEQD= parameter for the Fast Path secondary index database.
- Run the DBDGEN utility with the new definitions without the Fast Path secondary index defined.
- Run the PSBGEN utility with the new definitions without the Fast Path secondary index defined.
- Run the ACBGEN utility with the new definitions without the Fast Path secondary index defined.
- Take offline the primary DEDB database and its Fast Path secondary index database.
- Perform an online change to revert changes in the primary DEDB database definition without secondary index defined.
- Start the database on the primary DEDB database to make the database available for IMS online access.