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 (November 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, 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/ > > >


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