FABJ9005E LENGTH RETURNED FROM USER EXIT ROUTINE NOT MATCH WITH DATABASE RBA OR RBN=X'xxxxxxxx'
Explanation
When program DFSURDB0 was run, the user compression routine returned a data length that did not match the LRECL of the database data set. X'xxxxxxxx' shows the error location in the database data set by RBA or RBN in hexadecimal value (RBA is for VSAM, and RBN for OSAM). This message indicates a user compression routine error.
System action
DFSURDB0 stops processing with a return code of 16.
User response
Correct the error in the user compression routine, and rerun the job.