The LENGTHC function
returns the number of characters, both blanks and non-blanks, in
string. If
string is a numeric constant, variable or expression (either initialized
or uninitialized), SAS automatically converts the numeric value to
a right-justified character string by using the BEST12. format. In
this case, LENGTHC returns a value of 12 and writes a note in the
SAS log stating that the numeric values have been converted to character
values.