what I used looks something like this:
ODS rtf file="";
proc freq......;
proc report .....;
proc report....;
Proc report....;
ODS rft file close;
I have 4 tables as an output because I wanted them to be printed in one file.
this is what automatically opens when i run the program. I t says: we're sorry, we cannt open the doc because we found a problem with its content. If you click details, its says the file is corrupted.
