Date: Mon, 24 Jun 2002 11:41:53 -0700
Reply-To: ywr1 <yeon_rhee@HOTMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: ywr1 <yeon_rhee@HOTMAIL.COM>
Organization: http://groups.google.com/
Subject: SAVECLASS in SCL..?
Content-Type: text/plain; charset=ISO-8859-1
hi all,
basically, my question is....
how to compile a class that i defined in SCL....?
(error message that i can see from log is that
i must use SAVECLASS to compile the class....)
the codes are:
class x;
m:method;
put 'hello';
endmethod;
endclass;
thanks.
|