Date: Thu, 21 Aug 2008 10:29:54 -0400
Reply-To: Paul Walker <walker.627@OSU.EDU>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Paul Walker <walker.627@OSU.EDU>
Subject: Re: SAS/AF: Get name of the method
I tried "put _method_=;" in my method code and this variable came up
uninitialized. This is I guess in "old-style SCL". Pardon my ignorance
on the subject, but what are "SCL objects"?
- Paul
On Wed, 20 Aug 2008 16:58:36 -0400, Kevin Graham <kevin.graham@ELAN.COM>
wrote:
>If you are programming SCL objects:
> methodName=_method_;
>
>I'm not sure if that works in old-style SCL.
|