KSTRCAT Function

Concatenates two or more character expressions.
Category: DBCS
Tip: Non-DBCS equivalent function is CAT in SAS Functions and CALL Routines: Reference.

Syntax

KSTRCAT(argument-1, argument-2<, … argument-n> )

Required Argument

argument
specifies any single-byte or double-byte character expression.

Details

See Internationalization Compatibility for SAS String Functions for restrictions and more information.
KSTRCAT concatenates two or more single-byte or double-byte character expressions. It also removes unnecessary SO/SI pairs between the expressions.