| Date: | Wed, 6 Sep 2000 20:34:35 GMT |
| Reply-To: | clannad@MY-DEJA.COM |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | clannad@MY-DEJA.COM |
| Organization: | Deja.com - Before you buy. |
| Subject: | SAS File Exist function |
|---|
Hello all,
Quick One.
What function do I use to locate/check a non sas file.
I need to check if a flat file exists on c:\temp called file1.txt
before I go further in the program. Thanks Much
Does the function return a True False such that I can do a
(pseudo code)
if fileexist(c:\temp(file.txt) then do;
end;
.........
Sent via Deja.com http://www.deja.com/
Before you buy.
|