Error 12402

Invalid value '%s' for data element '%s' with numeric data type '%s'

 

Description

A value was assigned to a data element requiring a numeric data type, and the value did not satisfy the numeric data type.  The data stream of a value of numeric data type can contain only a leading minus sign and digits.  A number of numeric data type cannot contain a decimal point because the decimal point is implied depending on the postfix number of the data type.  For example, if a data stream 12345 is of data type N2, then the real value from this data stream is 123.45, where two decimal points is implied in the data stream.