Date: Mon, 20 Dec 1999 14:09:00 +0000
Reply-To: aratcliffe@cix.compulink.co.uk
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Andrew Ratcliffe <aratcliffe@CIX.COMPULINK.CO.UK>
Organization: CIX - Compulink Information eXchange
Subject: Re: SAS/AF efficiency techniques?
In article <199912171230.AA396689882@sashelp.com>, dward@sashelp.com (dward)
wrote:
> In general, what are some tips on how to write efficient SCL code?
In addition to deleting lists when you've finished with them, be sure to
terminate any classes that you instantiated too. Invoke your application with
the AUTOTERM=VERBOSE option to be warned of any classes you've forgotten:
==> AFA C=lib.cat.prog.scl AUTOTERM=VERBOSE
...
NOTE: Object 31 still persists at task termination time.
( _CLASS_=25
DESC='SAS Generic File Class'
)[31]
NOTE: Object 31 being terminated automatically.
HTH
-Andy
============================================================
Andrew Ratcliffe ---- Ratcliffe Technical Services Limited
SAS Institute Registered Partner
Invited Speaker, SUGI 2000 (Indianapolis, USA)
Office: +44 (0) 1322-525672
Mobile: +44 (0) 7714-719206, (SMS email: aratcliffe@sms.genie.co.uk)
Fax: +44 (0) 870-050-9662 / +44 (0) 1322-525672
Web site: http://www.ratcliffe.demon.co.uk
============================================================