| Date: | Mon, 26 Jan 2009 12:49:50 -0600 |
| Reply-To: | Joe Matise <snoopy369@GMAIL.COM> |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | Joe Matise <snoopy369@GMAIL.COM> |
| Subject: | Re: iml |
|
| In-Reply-To: | <382ce41f-6965-4b8e-a63a-25c9d50b2320@q35g2000vbi.googlegroups.com> |
| Content-Type: | text/plain; charset=ISO-8859-1 |
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 <heenagd@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
>
|