| =========================================================================
| |
|---|
| Date: | Fri, 19 Jul 2002 10:38:20 -0400 |
| Reply-To: | Raj <raj5@SOFTHOME.NET> |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | Raj <raj5@SOFTHOME.NET> |
| Subject: | Re: ODS RTF and Indentation |
|---|
Thanks Jonathan.
I tried your suggestion and it worked!
Raj
On Fri, 19 Jul 2002 09:44:54 -0400, Jonathan Siegel
<jonathan.siegel@PFIZER.COM> wrote:
>In the PROC REPORT example you gave, you can use
>
> style=[asis=on]
>
>As either:
>
>(1) An option in the DEFINE statement of each individual report column
>(which gives you full control), or
>(2) An option in the PROC REPORT statement itself.
>In this case, you would use either or both of: style(header)=[asis=on]
style
>(column)=[asis=on] to set the text in the column header and the column
>cells respectively.
>
>On Fri, 19 Jul 2002 08:53:41 -0400, Raj <raj5@SOFTHOME.NET> wrote:
>
>>How do I specify this option? I get an error if I include ASIS=on option
>>in ODS statement. Do I need to redefine RTF style, and include this
option
>>in proc template?
>>
>>Thanks for your help.
>>Raj
>>
>>On Wed, 17 Jul 2002 17:51:16 -0400, Jonathan Siegel
>><jonathan.siegel@PFIZER.COM> wrote:
>>
>>>You can also use the asis=on style option for this purpose.
|