LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (September 2000, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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.


Back to: Top of message | Previous page | Main SAS-L page