Previous PageNext Page

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

Previous PageTable Of ContentsNext Page