CQM2628E CHAIN_ERROR. PARENT_DSN=dsn CHILD_DSN=dsn1 PARENT_RBA=rba CHILD_RBA_type1=rba1 COUNT=number_of_child_records RECTYPE IN CHILD DSN MUST BE type BUT IT IS type1

Explanation

This message displays diagnostic information about problems found when going from the parent exception record to the child record in objs, call, hstv, and etext data sets. When such problems arise, the located child record was not of the expected type. The most likely cause is that the RBA (Relative Byte Address) was formed incorrectly.

dsn
The parent data set name. The parent data set contains the records with addresses which link the record to depended records in child data sets.
dsn1
The dependent data set name. This data set can be any of four types (objs, call, hstv, etext) and contains the records which are linked the records in parent data set.
rba
The Relative Byte Address of the beginning of the exception record in the parent data set.
rba1
The Relative Byte Address of the beginning of the record in the dependent (child) data set.
type
The expected type of child record (objs, call, hstv, etext).
type1
The type of child record found by RBA (objs, call, hstv, etext).
number_of_child_records
The number records that have problems with linking child and parent records.

User response

Contact IBM® Software Support.