DSNP004I csect - DELETE FAILED FOR data-set-name. RC=reason-code CONNECTION-ID=connection-id, CORRELATION-ID=correlation-id, LUW-ID=logical-unit-of-work-id=token
Explanation
Deletion failed in CSECT 'DSNPmmmm' for the reason identified by the RC=reason-code value. The connection ID, correlation ID, and logical-unit-of-work ID (LUW-ID) identify the user or application that encountered the problem. Correlation IDs beginning with '0nn', where 'nn' is a number, identify system agents.
The value of the LUWID is a logical-unit-of-work-id that is assigned to the thread followed by an '=' sign and a token value, which can be used in place of logical-unit-of-work-id in any Db2 command that accepts logical-unit-of-work-id as input.
Messages that have the same connection ID, correlation ID, and LUWID relate to the same user. This makes it possible to scan a number of DSNP-prefixed messages and group activities involving a given user.
System action
Db2 terminates its actions associated with the current SQL request. Db2 might terminate the current SQL request or the unit of recovery that issued the request.
Operator response
This message is directed to the database administrator or the system administrator. Bring it to that person's attention if it appears on the MVS operator's console. The installation should consider directing Db2 messages to a console other than the operator's console.
System programmer response
Investigate the problem indicated by the reason code and preceding access method services messages if any, and correct it, if possible. Check the data set and delete it by using access method services directly if reasonable to do so. Consider making a backup copy before doing this. (Use Db2 utilities to make the copy; in general, VSAM utilities do not work on Db2 data sets.)
Problem determination
See Problem Determination for message DSNP001I for this information.
Severity
8 (error)