Minor changes are by default collapsed in the page history.
No changes
The page does not exist yet.
Failed to load changes
Version by on
Leave Collaboration
Are you sure you want to leave the realtime collaboration and continue editing alone? The changes you save while editing alone will lead to merge conflicts with the changes auto-saved by the realtime editing session.
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. If you need to control the expansion of this table, use the following procedure:
Delete any rows in the BMCUTIL table that you know is no longer valid. Do not delete any rows for instances of utilities that are awaiting restart.
Use the SQL statement to delete rows from the BMCDICT table:
DELETE FROM creatorName.CMN_BMCDICT WHERE UTILID NOT IN (SELECT UTILID FROM creatorName.CMN_BMCUTIL);