| Date: | Fri, 12 Apr 2002 14:53:04 +0100 |
| Reply-To: | gkirton@FILCS.COM |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | Graeme Kirton <gkirton@FILCS.COM> |
| Subject: | exists |
| Content-type: | text/plain; charset=us-ascii |
|---|
Ive a dataset called _extract after my application is run the first time.
SUBMIT CONTINUE REMOTE;
data _extract;
set &libname.&dsname(read=read);
run;
ENDSUBMIT;
I want to do some scl so that I can test to see if this dataset exists, if it
does I then create _extract1, _extract2 etc..........
Anyone throw any gr8 ideas which ways best....?
Thanx GK
____________________________________________________________________________________________________________
Disclaimer
This email may contain privileged/confidential information and/or copyright
material. It is intended only for the use of the person(s) to whom it is
addressed and any unauthorised use may be unlawful. If you receive this email
by mistake, please advise the sender immediately by using the reply facility on
your email software and delete the material from your computer.
Opinions, conclusions and other information in this email that do not relate to
the official business of this organisation shall be understood as neither given
nor endorsed by it.
If this message forms part of a quotation, the quotation is an invitation to
treat only. No contract subsists until Filtronic Plc (or its subsidiary
companies) accepts your order. Acceptance of your order is made subject to our
standard Terms and Conditions.
Website Address http://www.filtronic.com
|