While processing a view file with viewc
, a line was encountered for a decimal field with an invalid length value. The length is invalid if not two numbers separated by a comma, the first being the number of bytes and the second being the number of decimal places (to the right of the decimal point). The values are also invalid if the number of bytes is less than 1 or greater than 9, or if the number of decimal places is less than or equal to 0, or greater than two times the number of bytes less two. A default length of 9 bytes with 1 decimal place is used. The line number for the invalid line is printed in the prefix of the message.