| Date: | Wed, 11 Feb 2009 10:41:00 +0000 |
| Reply-To: | evallyne sikuku <esimuli@LIVE.COM> |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | evallyne sikuku <esimuli@LIVE.COM> |
| Subject: | ODS RTF options |
| Content-Type: | text/plain; charset="Windows-1252" |
Hallo good people,
I am doing a proc print for different tables using the ods rtf for output and am wondering whether its possible for my outputs to be on same page. This is coz some outputs occupy only a few lines of a page and I would want them to follow each other systematically on one page...if they can fit.
what option should i add to prevent each output to be on its own page?
ods rtf;
Title'Total disabled ';
proc print data=diabled; var total_disabled; run;
Title'disabled by economic status';
proc print data=Dis_economic; var economic_status total_disabled; run;
Title'disabled by location';
proc print data=Dis_location; var location total_disabled; run;
Title'disabled by disability type';
proc print data=diasb_type; var tpye_disability total_disabled; run;
ods rtf close;
Thanks
Eva
_________________________________________________________________
More than messages–check out the rest of the Windows Live™.
http://www.microsoft.com/windows/windowslive/ |