Date: Wed, 13 Sep 2000 22:20:53 GMT
Reply-To: abushmakin@ARGOSE.COM
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: abushmakin@ARGOSE.COM
Organization: Deja.com - Before you buy.
Subject: Re: Square root inside %SYSEVALF
Or just
%let y=%sysevalf(12**.5);
%put &y;
Andrew Bushmakin
******************************************
In article <s9bf9abc.083@SLCM02.firsthealth.com>,
Jack Hamilton <JackHamilton@FIRSTHEALTH.COM> wrote:
> Could you use the %SYSFUNC function instead?
>
> %let x = %sysfunc(sqrt(12));
>
> >>> "Clayton Wells" <clay_wells@MY-DEJA.COM> 09/13/2000 1:48 PM >>>
> Anyone know how to evaluate a square root inside %SYSEVALF ?
>
> Thanks in advance.
>
> CW
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
>
Sent via Deja.com http://www.deja.com/
Before you buy.
|