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 (July 1997, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Wed, 2 Jul 1997 13:53:19 -0400
Reply-To:     Jules Bosch <Jules_Bosch@CCMAIL.BMS.COM>
Sender:       "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From:         Jules Bosch <Jules_Bosch@CCMAIL.BMS.COM>
Subject:      Re: data set identifier
Content-type: text/plain; charset=US-ASCII

Further on this subject -

If it is necessary, when closing the subject data set, to set the value of DSID back to zero, the following SCL code is recommended.

if (dsid) then dsid=close(dsid);

Jules Bosch


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