Date: Mon, 26 Jan 2009 11:13:33 -0800
Reply-To: hd <heenagd@GMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: hd <heenagd@GMAIL.COM>
Organization: http://groups.google.com
Subject: Re: iml
Content-Type: text/plain; charset=ISO-8859-1
On Jan 26, 1:49 pm, snoopy...@GMAIL.COM (Joe Matise) wrote:
> In regular SAS the power operator is **
>
> so
> y=2**4 is y=16
>
> Don't know if IML is the same, but it might be :)
>
> -Joe
>
>
>
> On Mon, Jan 26, 2009 at 12:42 PM, hd <heen...@gmail.com> wrote:
> > How Do I generate the power of a number/vector in IML.
>
> > Example: I have a vector a and I want to get a^3. how do i do this in
> > IML
>
> > Many Thanks- Hide quoted text -
>
> - Show quoted text -
Thanks Joe. It does work. So does ##. Weird.
|