008D815A Too many digits in numeric string (max is 18).
Explanation:
A numeric PICTURE clause cannot specify more than 31 digits (PIC
9(31)). When an item is defined as USAGE COMP, the associated
PICTURE clause cannot specify more than 18 digits (PIC9(18)).
User Action:
Correct the PICTURE clause for the field so that the number of
digits specified is no larger than the maximum number allowed for
that field.