Date: Fri, 8 Sep 2006 10:53:42 -0700
Reply-To: Hari <excel_hari@YAHOO.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Hari <excel_hari@YAHOO.COM>
Organization: http://groups.google.com
Subject: Re: PROC IML
In-Reply-To: <1157712652.078084.322140@e3g2000cwe.googlegroups.com>
Content-Type: text/plain; charset="iso-8859-1"
sam wrote:
> hi,
> I tried to use PROC IML. But it prompts me with an error message"PROC
> IML not found"
> can anyone help me in this regard
try running
Proc Setinit; run; and see if IML appears in Log output of the Setinit.
If it doesnt appear then you dont have a license.
HP
|