[prev in list] [next in list] [prev in thread] [next in thread] 

List:       sas-l
Subject:    Re: PRoc Tabulate and Ods
From:       "David L. Cassell" <cassell.david () EPAMAIL ! EPA ! GOV>
Date:       2005-02-28 21:08:58
[Download RAW message or body]

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

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic