Start of change

DSNU590I csect-name RESOURCE NOT AVAILABLE - object-name REASON = X'reason-code', ON object-name PROHIBITS PROCESSING

Explanation

Processing failed because a required object was not available for the indicated reason.

csect-name
The name of the control section that issued the message.
reason-code
The Db2 reason code that indicates why the object was not available.
object-name
The name of the unavailable object, which is a database, table space, or index space. If the object is in a stopped state and has partitions, the stopped state applies to one or more of the partitions.

System action

  • If the return code is 8, utility processing is terminated.
  • If the return code is 4, utility processing continues to the next request.

User response

Determine the cause for unavailability. The -DISPLAY DATABASE command can be used to determine the status. After ensuring the object is available, resubmit the job.

Severity

8 (error) or 4 (warning)

End of change