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
|