Hi: As @Reeza has explained, it would be much easier to combine the RTF files using Word or an Adobe product. The reason is that an RTF file, by Microsoft specification, has opening and closing control strings the denote the beginning and end of an RTF file. To combine the files using SAS, you'd have to write a program to strip out these open/close control strings, carefully -- strip the close out of the first file, strip the open and close out of the 2 middle files and then strip the open but leave the close on the last file. Doing this in Word or Adobe would be easier than writing or debugging the SAS program to do it. And unfortunately, if you're not careful, it is possible to corrupt an RTF file so it is not "openable" if you take out the wrong control strings. Just some background on why you'd use a different tool. Cynthia
... View more