DFS3198I HALDB ALTER COMPLETED FOR NAME=mastername PARTITION NUMBER=nnnn STARTED=ssss COMPLETED=cccc


or

HALDB ALTER ENDED FOR NAME=mastername PARTITION NUMBER=nnnn STARTED=ssss COMPLETED=cccc

Explanation

The IMS system exited alter processing.

If the message text reads HALDB ALTER ENDED, the IMS system either did not finish altering one or more of the partitions that it started or one or more of the partitions in the HALDB database were altered by another IMS system. In the message text, the value of COMPLETED= is less than the value of PARTITION NUMBER=.

Possible causes for the HALDB ALTER ENDED message include:
  • The TERMINATE OLREORG command was issued before alter processing was complete for one or more partitions.
  • An error occurred during the alter processing of one or more partitions
  • In a data sharing environment, one or more of the partitions in the HALDB database were altered by another IMS system.

If the message text reads HALDB ALTER COMPLETED, alter processing completed successfully for all of the partitions in the HALDB database. In the message text, the values of COMPLETED= and PARTITION NUMBER= are equal.

In the message text:
mastername
The name of the HALDB master database that is being altered.
nnnn
Shows the total number of partitions contained in the named HALDB database.
ssss
Shows the number of partitions that this IMS system attempted to alter. If both ssss and cccc are 0, this IMS system did not alter any partitions in a data sharing environment.
cccc
Shows the number of partitions that this IMS system successfully altered. If both ssss and cccc are 0, this IMS system did not alter any partitions in a data sharing environment.

System action

For HALDB ALTER ENDED, the IMS system exits alter processing. If the HALDB ALTER ENDED message was issued due to the interruption of the alter process for one or more partitions, the alter process is incomplete.

If the HALDB ALTER ENDED message was issued in a data sharing environment and the STARTED and COMPLETED values are equal, this IMS system has completed all of the partitions that it started. If the STARTED and COMPLETED values are less than the PARTITION NUMBER value, other IMS systems are altering other partitions in the HALDB database.

For HALDB ALTER COMPLETE, all of the partitions in the HALDB database were successfully altered.

System programmer response

For HALDB ALTER ENDED, determine why this IMS did not alter all of the partitions in the database. If alter processing was interrupted for any partitions, check the messages that preceded this message to determine the cause of the interruption. After you resolve the problems, resume the alter process by issuing the INITIATE OLREORG command with OPTION(ALTER).

If the HALDB ALTER ENDED messages was issued because one or more partitions were altered by another IMS system, check to see if the other IMS systems have completed alter processing also. If they have, you can perform online change.

For HALDB ALTER COMPLETE, you can perform online change.

Module

DFSORP00