Date: Mon, 29 Mar 2004 12:23:07 +0200
Reply-To: Andre Wielki <wielki@INED.FR>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Andre Wielki <wielki@INED.FR>
Subject: Re: Styles with ODS and Tabulate
In-Reply-To: <4067E235.65569543@europe.ppdi.com>
Content-Type: text/plain; charset="iso-8859-1"; format=flowed
Robert,
ods listing close;
ods rtf file = "C:\temp\temp.rtf";
proc tabulate data=sashelp.company style={background = pink foreground=brown};
class level2 / style ={foreground = green background = red};
classlev level2/style={foreground=green background=red};
table level2 ;*/style={foreground = blue background = yellow};
keyword n/style={background = blue foreground=red};
keylabel n = 'Label this Var';
run;
ods rtf close;
ods listing;;
Is there anything that you could not change?
HTH
Andre
A 09:45 29/03/2004 +0100, Robert Walls a écrit :
>Hi All,
>
>I am currently trying to create output using Tabulate, into an RTF file
>using ODS. The problem that I am encountering is that not all of the
>elements of the output rtf table are controllable. In the following
>basic example, if you run it you will see what I mean. The Style
>statement on the proc tabulate definition, should, I believe, control
>all of the output for the table. A sort of overriding 'Global' style.
>However, it seems that, even when you specify styles for all attributes
>of the table, some elements remain the same as the default template.
>
>/************************************************************************/
>
>ods rtf file = "C:\temp.rtf";
>
>proc tabulate data=sashelp.company style={background = blue foreground =
>red};
> class level2 / style ={foreground = green background = red};
> table level2 / style ={foreground = blue background = yellow};
> keylabel n = 'Label this Var';
>run;
>
>ods rtf close;
>
>/************************************************************************/
>
>Any help would be very much appreciated.
>
>Many thanks in advance,
>
>Rob.
>
>_______________________________________________________
>This e-mail transmission and any documents, files or previous email
>messages attached to it may contain information that is confidential or
>legally privileged. If you are not the intended recipient or a person
>responsible for delivering this transmission to the intended recipient,
>you are hereby notified that you must not read this transmission and that
>any disclosure, copying, printing, distribution or use of this
>transmission is strictly prohibited. If you have received this
>transmission in error, please immediately notify the sender by telephone
>or return email and delete the original transmission and its attachments
>without reading or saving in any manner.
___________
WIELKI Andre
INED - Service Informatique
133 Bd Davout,
75 980 Paris Cedex 20
FRANCE
Tel: 01 56 06 21 54
|