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 (December 1999, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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 ============================================================


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