To concatenate separate character strings into one, use the CONCATENATE statement:
Syntax
CONCATENATE
This statement concatenates the character fields
Trailing blanks are ignored during this operation.
CONCATENATE STR ‘:’ STR2 INTO STRING.
Here str, str2 and ‘:’ is concatenated and result is stored in string.
No comments:
Post a Comment