Date: Wed, 5 Nov 1997 17:20:06 -0500
Reply-To: John Zhao <jzhao@TESENT.COM>
Sender: "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From: John Zhao <jzhao@TESENT.COM>
Subject: Re: Concept: If File Exists
What exact do you refer the concept of FILE here?
if it is a element in SAS system, such as a SAS dataset, a SAS frame, etc..
you can look up SASHELP meta tables.
if the FILE is a host system file, such as a UNIX file, then you have to use
SAS interface to the host, issue UNIX commands to pass the found or not
message back to SAS.
Rasanen <_nospam_rasanen@sprynet.com> wrote in message
<622jq8$4gu$1@juliana.sprynet.com>...
>Is there an easy way to implement for PC-SAS (v6.12) the concept of
>
>If File Exists ?
>
>Have played around with macros, returning NOBS, but perhaps there is a
>better way?
>
>--
>rasanen@sprynet.com - Microsoft MVP
>Web Site: http://home.sprynet.com/sprynet/rasanen/
>
>
>
|