DFS2838I RANDOMIZER name FOR dedbname IS DELETED AND status
or
Explanation
If IMS successfully deleted the database randomizer and no more copies are in storage, the status GONE is displayed. If the randomizer is reentrant and a copy is found in storage after being deleted, the status SHARED is displayed.
The following commands can delete the randomizer:
- /DBR DB dbname
- /DBR DB FFdatabase
- /STO DB FFdatabase
- /STA DB FFdatabase
- UPDATE DB NAME(dedbname) STOP(ACCESS)
- UPDATE DB NAME(FFdatabase) STOP(ACCESS)
- UPDATE DB NAME(FFdatabase) STOP(UPDATES)
- UPDATE DB NAME(FFdatabase) START(ACCESS)
System action
The randomizer is physically deleted from storage when the status is GONE. The randomizer is not deleted from storage when the status is SHARED.Programmer response
No action is required.