Hi everyone, I am working on two character variables where I need to do the following with: First: add double quotation marks to the strings of both of them, for example: var1 : Q11.0 Q11.1 to become "Q11.0" "Q11.1" var2: Q110 Q111 to become "Q110" "Q111" Second: Join each line strings from both variables by commas, for example: var_all: "Q11.0", "Q110" "Q11.1" , "Q111" Is there a one-statement function in SAS that can give me the attempted result? Thanks so much for your helpful tips in advance! Treeva
... View more