Which of the following is not a character function
-
LTRIM
-
SUBSTR
-
CONCAT
-
TRUNC
D
Correct answer
Explanation
LTRIM, SUBSTR, and CONCAT are all SAS character functions used for string manipulation. TRUNC is a numeric function that truncates numeric values to a specified number of decimal places, making it the correct answer as 'not a character function'.