Previous Topic: 4407Next Topic: 4409


4408

DATABASE IS NOT PROPERLY INITIALIZED

Reason:

In the process of opening the target database, a CADisk process has discovered that the data or index area is not formatted. This can occur if the CADisk INSTALL library member DBDEF is used to define a new database but the DBINIT member is not used to format the data and index area data sets.

Action:

The CADisk process is terminated with user abend. Determine the status of the data and index area data sets. Use the Datacom program DBUTLTY with the following control statement:

REPORT AREA=CXX,DBID=dbid

The dbid is the database ID into which you were converting. If it is has not been initialized, run the DBINIT job from the CADisk INSTALL library to initialize this particular database.