DSNU180I csect-name UTILITY IS NOT COMPATIBLE WITH THE utility-name UTILITY UTILID = utility-id OBJECT = space-name.object-name

Explanation

Certain utilities cannot process the same table space or index space at the same time.

csect-name
The name of the control section that issued the message.
utility-name
The name of the utility.
utility-id
The ID of the utility (UTILID).
space-name
The name of the table space or index space.
object-name
The name of the object.

These objects, or their related log entries, might be target objects of the utilities or a mapping table, or they might be catalog or directory table spaces that are updated by the utilities. For example, DSNDB06.SYSCOPY is updated by LOAD.

System action

The starting utility is not initiated, and further utility processing in that utility job step is terminated.

User response

Use the DISPLAY UTILITY command with the utility-id that is provided in the message to determine when the utility that caused your utility to be rejected is completed.

To avoid this error when running concurrent REBUILD INDEX with SHRLEVEL CHANGE, specify multiple indexes on a single utility execution instead of invoking multiple utilities.

Severity

8 (error)