Date: Fri, 14 Sep 2007 16:29:17 -0700
Reply-To: Andrew H Karp <sfbay0001@AOL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Andrew H Karp <sfbay0001@AOL.COM>
Organization: http://groups.google.com
Subject: Re: Color PROC SQL output
In-Reply-To: <1189797712.043098.156610@o80g2000hse.googlegroups.com>
Content-Type: text/plain; charset="us-ascii"
I don't think this is possible, as it is my understanding the PROC SQL
does not generate data components that are passed off to the Output
Delivery System as do many other SAS PROCs. Of course, I may be wrong
about this....
Andrew
On Sep 14, 12:21?pm, Haris <Karoval...@gmail.com> wrote:
> Is there a way to color text or background in the PROC SQL output
> similar to the way one can color PROC PRINT, REPORT, and TABULATE?
>
> In 'regular' SAS procs, I just add ... / STYLE ={FOREGROUND/
> BACKGROUND= ...} and I can selectively color different cells. I
> prefer to use PROC SQL for data listings. So, is there a way to
> selectively color cell background in PROC SQL?
>
> Thanks,
> Haris
|