ods rtf file="text.rtf" text="This text from first text=" ; proc print data=sashelp.class; run; ods rtf text="This text from 2nd text=" ; ods rtf text="This text from 3rd text=" ; proc print data=sashelp.class; run; ods rtf text="This text from 4th text=" ;