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 2006, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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
Comments: To: sas-l@uga.edu
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


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