Thought this might be a help to others who read in data from Excel.
When an variable that is read in from Excel contains a LF rather than a SPACE,
string LineFeed(a1).
compute Linefeed = string(10,PIB1).
compute Address = replace(Address,LineFeed," ").
Seems to fix it. This seems to occur when the excel cell had several lines.
Art Kendall
Social Research Consultants