DFS0695I OSAM (OPEN|CLOSE|EOV) INTERCEPT,ABEND=sss-rc, DDN=dddddddd
Explanation
OSAM issued an OPEN, CLOSE, or EOV macro call, and the DCB abend exit routine was entered because of an abnormal condition. The abend can be ignored, thus preventing the IMS region from terminating abnormally. The requested function was not performed, and the data set are closed, if possible.
- sss-rc
- The system completion code (abend), and the subcode that might accompany the abend (see z/OS® MVS System Codes (SA22-7626) for a description of the abend.)
- dddddddd
- The data definition name (ddname) of the data set encountering the error
System action
A nonzero return code is passed to the caller of OSAM. Depending upon the function requested (OPEN, CLOSE, or EOV), the caller displays an additional error message, or can ignore the error and continue processing.
Programmer response
The purpose of this message is to record the fact that an ignorable abend condition occurred. The abend might be expected or permitted, for example, while closing a data set that has been renamed or deleted. If the abend is the result of I/O errors while processing the VTOC or writing a file mark to the data set, the type of data set (database, IMS system data set, or log data set) determines the recovery process to follow.