Date: Wed, 25 Mar 2009 13:50:29 -0400
Reply-To: Kevin Viel <citam.sasl@GMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Kevin Viel <citam.sasl@GMAIL.COM>
Subject: Re: sign() equivalent in proc means?
On Tue, 24 Mar 2009 14:41:57 -0700, Terjeson, Mark <Mterjeson@RUSSELL.COM>
wrote:
>yeah, I did
> (sign(xxxx) ne 1) as xxxx,
>and
> (sign(xxxx) eq 1) as xxxx,
>but was hoping one of the stat functions
>may get close.
Mark,
I hope I understand the problem. If so, have you considered a format?
-Kevin
|