Space announcement This space provides the same content as before, but the organization of the home page has changed. The content is now organized based on logical branches instead of legacy book titles. We hope that the new structure will help you quickly find the content that you need.

Maintaining the BMCDICT table


If LOADPLUS or REORG PLUS abends during the time between building the compression dictionary and completing compression, rows might remain in the BMCDICT table.

On rare occasions, you might need to take action to control the expansion of the BMCDICT table.

Related topic

To control the expansion of the BMCDICT table

  1. Delete any rows in the BMCUTIL table that you know are no longer valid.Do not delete any rows for instances of utilities that are awaiting restart.
  2. Use the following SQL statement to delete rows from the BMCDICT table:

    DELETE
    FROM <creatorName>.CMN_BMCDICT
     WHERE UTILID NOT IN
      (SELECT UTILID FROM <creatorName>.CMN_BMCUTIL);

    Important

    The names of the BMCUTIL and BMCDICT tables might have been changed at your site during installation.


 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*