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 (June 2002, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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.


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