HPSG0389E [ORIGINAL|NEW] DBD dbdname IS REUSABLE

Explanation

The NEWDBD control statement is specified, but the original or the new DBD dbdname has a reusable attribute. If one of the original and new DBDs are reusable, the Smart Reorg utility cannot process the DBD change correctly. The original and new DBDs for the primary database, the HIDAM primary index, and (partitioned or non-partitioned) secondary indexes for the database must be generated as non-reusable modules when you change DBDs by coding the NEWDBD control statement.

System action

The Smart Reorg utility ends with a return code of 8.

User response

If you use the IBM® IMS standard DBDGEN procedure, a DBD is generated as a non-reusable module. The Smart Reorg utility expects that both the original and new DBDs are non-reusable so that the DBDs that have the same name can be loaded in separate addresses. Regenerate the old and new DBDs before running the Smart Reorg utility, or use the IPR Unload utility and the IPR Reload utility sequentially to unload the database with the original DBD and to reload the database with the new DBD in separated job steps.