Example 14: Concatenating Character Strings The joining of two character strings together. Data new; Set old; Name = TRIM (first) || " " || last; Keep name;