Note: Built-In Function Rules Usage Options
Concatenates up to five alphanumeric strings to form one string as a return value. Trailing blanks from each string are truncated and one blank is reinserted between each string during the concatenation operation.
Arguments
|
Return Values
|
Example
Concatenate a first name and surname to get a print name field.
USE BUILTIN(BCONCAT) WITH_ARGS(#FNAME #SURNAME) TO_GET(#PRTNAME)