![Tips for concatenating strings in SAS/IML](https://blogs.sas.com/content/iml/files/2014/05/t_concat1.png)
Last week, as part of an article on how spammers generate comments for blogs, I showed how to generate random messages by using the CATX function in the DATA step. In that example, the strings were scalar quantities, but you can also concatenate vectors of strings in the SAS/IML language.