DFS2406I THE HALDB PARTITION SELECTION EXIT ROUTINE rname FOR THE HALDB master name IS status
Explanation
If the HALDB Partition Selection exit routine is not in storage and the HALDB partition DMB is allocated successfully, the status LOADED is displayed. If an existing copy is found in storage and the HALDB partition DMB is allocated successfully, the status SHARED is displayed.
After IMS successfully deletes the exit routine, if no more copies are in storage, the status GONE is displayed. Because the exit routine is re-entrant, a copy of it can remain in storage after it is deleted because it is still referenced by other databases. In this case, the status SHARED is displayed.
The following commands can load the partition selection exit routine:
- /START DB HALDBpartition OPEN
- UPDATE DB NAME(HALDBpartition) START(ACCESS) OPTION(OPEN)
The following commands can delete the partition selection exit routine:
- UPDATE DB NAME(HALDBmaster) STOP(ACCESS)
- UPDATE DB NAME(HALDBmaster) STOP(UPDATES)
- /DBR DB HALDBmaster
- /DBD DB HALDBmaster
Programmer response
No action is required.