The STRIP function returns
the argument with all leading and trailing blanks removed. If the
argument is blank, STRIP returns a string with a length of zero.
Assigning the results
of STRIP to a variable does not affect the length of the receiving
variable. If the value that is trimmed is shorter than the length
of the receiving variable, SAS pads the value with new trailing blanks.
Note: The STRIP function is useful
for concatenation because the concatenation operator does not remove
leading or trailing blanks.