Date: Fri, 22 Jul 2011 16:43:38 -0400
Reply-To: Daniel Yanosky <dyanosky@KENNESAW.EDU>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Daniel Yanosky <dyanosky@KENNESAW.EDU>
Subject: ODS RTF: Suppress subtitles.
In-Reply-To: <1612943918.2062151311367265816.JavaMail.root@ksupo1.kennesaw.edu>
Content-Type: text/plain; charset=utf-8
Hi everyone,
I am creating summary reports using ODS RTF. I have already suppressed the sas procedure titles using NOPTITLE. Is it possible to suppress the extraneous statements from UNIVARIATE and MEANS immediately about those output tables? I have the following at the top of my MEANS output table:
Analysis Variable : BASE_CHG_Sum Base_Charges_Rollup
====
and the following at the top of my UNIVARIATE output table:
Variable: qy_da_use_Sum (QY_DA_USE)
====
Can I suppress these as well?
Thanks!
Daniel