000134: <value> not matching item data type.
Description
The item width specified is not appropriate for the data type used. Supported widths are as follows:
BINARY—Either 2 or 4 bytes
CHARACTER—1 to 32 characters
DATE—Always 8 bytes, stored as mm/dd/yy
FLOATING—Either 4 bytes (single precision) or 8 bytes (double precision)
NUMERIC—1 to 16 digits
INTEGER—1 to 16 digits
Solution
Adjust the item width according to the information provided.