A previous IDMS CV was shutdown normally. A subsequent CV startup indicates that warmstart was bypassed:
DC202004 WARMSTART bypassed - IDMS Inactive
Then the following message is issued for many or all areas indicating that they are already in use:
DC200006 <Area-name> Already in use--Not Available
Another symptom is a 0966 error status in programs that try to READY the area.
Release: 19.0
Component: IDMS/DB
When IDMS opens an area for update, it places a lock in the area. The area update lock indicator is contained in the first page of the area. The DC200006 error message indicates that this area lock indicator is on.
The most common causes of this error are:
If you are unable to ascertain the cause then the first course of action is to run the IDMSDBAN utility to determine if there are any integrity problems in the database.
To recover from this situation and to be able to start up the CV again run IDMSBCF with the UNLOCK utility statement to unlock all the areas.
You can unlock a single area:
UNLOCK AREA segment-name.area-name;
Or you can unlock a whole segment:
UNLOCK SEGMENT segment-name;
See the IDMS documentation sections IDMSDBAN, UNLOCK and Data Sharing.