Start of change

0397

Explanation

This abend is a standard abend issued by module DFSYDTL0 during IMS initialization. A nonzero return code was returned after DFSBCB GET, DFSCWU, or IPOST was issued.

Analysis

0397 is a standard abend issued by module DFSYDTL0 during control region initialization. SVRB registers 8, 12, 14, and 15 contain values for diagnosing the error.

Register 15 contains an abend subcode. For all abend codes, register 12 is the program base and register 14 is the address where the error condition was recognized. Register 15 has the following subcodes:

Codes
Explanation
X'04'
DFSBCB GET QSAV failed. Register 8 contains the DFSBCB return code.
X'10'
DFSCWU failed. Register 8 contains the DFSCWU return code.
X'14'
IPOST failed. Register 8 contains the IPOST return code.

System action

IMS terminates abnormally.

Problem determination

4, 33

Source

IMS abends

Module

DFSYDTL0
End of change