LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (February 2005, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Mon, 28 Feb 2005 13:08:58 -0800
Reply-To:     cassell.david@EPAMAIL.EPA.GOV
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         "David L. Cassell" <cassell.david@EPAMAIL.EPA.GOV>
Subject:      Re: PRoc Tabulate and Ods
In-Reply-To:  <BAY101-F26099B6CAE2AC71AB505B5DE580@phx.gbl>
Content-type: text/plain; charset=US-ASCII

toby dunn <tobydunn@hotmail.com> wrote: > I have the following code: > > ods rtf file="freq.txt" ; > > options nonumber nodate ; > > title "Blahhh blahhhh blahhh" ; > proc tabulate data = table_data style=[font_weight=bold background=white]; > class score tot_bal_am / mlf preloadfmt order=data > style=[just=center background=white]; > > classlev score tot_bal_am / style=[background = white]; > > var counter / style=[font_size=3]; > > table score*(n = 'Number' colpctn = 'Percent' rowpctn = 'Row %' ), > tot_bal_am / style=[background=white] > box=[label="TOT_BAL_AM by Score" > style=[font_style=italic background=white]]; > > > format score dec_row. tot_bal_am dec_col. ; > > run ; > > ods rtf close ; > > I was wondering if anyone knew how to change teh background color of the (n, > colpctn, rowpctn) to white.

You can specify style= for these quantities separately, too.

But why are you creating an RTF file with a .txt extension?

David -- David Cassell, CSC Cassell.David@epa.gov Senior computing specialist mathematical statistician


Back to: Top of message | Previous page | Main SAS-L page